User_Object.Add_Aggregation Method
Add a new item aggregation to this user's collection of item aggregationPermissions
Namespace: SobekCM.Core.UsersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Add_Aggregation(
string Code,
string Name,
bool CanSelect,
bool CanEditMetadata,
bool CanEditBehaviors,
bool CanPerformQc,
bool CanUploadFiles,
bool CanChangeVisibility,
bool CanDelete,
bool IsCurator,
bool OnHomePage,
bool IsAdmin,
bool GroupDefined
) |
Parameters
- Code
- Type: System..::..String
Code for this user editable item aggregation
- Name
- Type: System..::..String
Name for this user editable item aggregation
- CanSelect
- Type: System..::..Boolean
Flag indicates if this user can add items to this item aggregation
- CanEditMetadata
- Type: System..::..Boolean
Flag indicates if the user can edit metadata for all items in this aggregation
- CanEditBehaviors
- Type: System..::..Boolean
Flag indicates if the user can edit behaviors for all items in this aggregation
- CanPerformQc
- Type: System..::..Boolean
Flag indicates if the user can edit perform quality control for all items in this aggregation
- CanUploadFiles
- Type: System..::..Boolean
Flag indicates if the user can edit upload files for all items in this aggregation
- CanChangeVisibility
- Type: System..::..Boolean
Flag indicates if the user can change the visibility for all items in this aggregation
- CanDelete
- Type: System..::..Boolean
Flag indicates if the user can delete items in this aggregation
- IsCurator
- Type: System..::..Boolean
Flag indicates if this user is listed as the curator or collection manager for this given digital aggregation
- OnHomePage
- Type: System..::..Boolean
Flag indicates if this user has asked to have this aggregation appear on their personalized home page
- IsAdmin
- Type: System..::..Boolean
Flag indicates if this user is listed athe admin for this aggregation
- GroupDefined
- Type: System..::..Boolean
Flag indicates if these permissions are derived from the group
See Also