User_Permissioned_Aggregation Class
Holds the basic data about aggregationPermissions which may be editable by a user. These objects are
institutions, collections, subcollections, etc..
Namespace: SobekCM.Core.UsersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class User_Permissioned_Aggregation |
Inheritance Hierarchy
Constructors
Fields
| Name | Description |
---|
| Code | Code for this user editable object |
| Name | Name for this user editable object |
Properties
| Name | Description |
---|
| CanChangeVisibility | Flag indicates if this user can change the visibility of items ( PRIVATE, PUBLIC, etc.. ) in this aggregation |
| CanDelete | Flag indicates if this user can delete any items in this aggregation |
| CanEditBehaviors | Flag indicates if this user can edit the behavior for items in this aggregation |
| CanEditItems | Flag indicates if this user can edit any items in this item aggregation |
| CanEditMetadata | Flag indicates if this user can edit the metadata for items in this aggregation |
| CanPerformQc | Flag indicates if this user can perform quality control for items in this aggregation |
| CanSelect | Flag indicates if this user can add items to this item aggregation |
| CanUploadFiles | Flag indicates if this user can upload files for items in this aggregation |
| GroupDefined | Flag indicates that this is a group defined link |
| IsAdmin | Flag indicates if this user is listed as the curator or collection manager for this given digital aggregation |
| IsCurator | Flag indicates if this user is listed as the curator or collection manager for this given digital aggregation |
| OnHomePage | Flag indicates if this user has asked to have this aggregation appear on their personalized home page |
See Also