User_Group.Add_Aggregation Method (String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Add a new item aggregation to this user group'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 Aggregation_Name,
bool CanSelect,
bool CanEditMetadata,
bool CanEditBehaviors,
bool CanPerformQc,
bool CanUploadFiles,
bool CanChangeVisibility,
bool CanDelete,
bool IsCurator,
bool IsAdmin
) |
Parameters
- Code
- Type: System..::..String
Code for this user editable item aggregation
- Aggregation_Name
- Type: System..::..String
Name for this user editable item aggregation
- CanSelect
- Type: System..::..Boolean
Flag indicates if this user group can add items to this item aggregation
- CanEditMetadata
- Type: System..::..Boolean
Flag indicates if the user group can edit metadata for all items in this aggregation
- CanEditBehaviors
- Type: System..::..Boolean
Flag indicates if the user group can edit behaviors for all items in this aggregation
- CanPerformQc
- Type: System..::..Boolean
Flag indicates if the user group can edit perform quality control for all items in this aggregation
- CanUploadFiles
- Type: System..::..Boolean
Flag indicates if the user group can edit upload files for all items in this aggregation
- CanChangeVisibility
- Type: System..::..Boolean
Flag indicates if the user group can change the visibility for all items in this aggregation
- CanDelete
- Type: System..::..Boolean
Flag indicates if the user group can delete items in this aggregation
- IsCurator
- Type: System..::..Boolean
Flag indicates if this user group is listed as the curator or collection manager for this given digital aggregation
- IsAdmin
- Type: System..::..Boolean
Flag indicates if membership in this group are administrators on the aggregation
See Also