|
Code Details Core Users User_Aggregation_Permissions Add Method Add (String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
User_Aggregation_Permissions.Add Method (String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Adds a new aggregation to the list of aggregationPermissions linked here, with detailed permissions Namespace: SobekCM.Core.UsersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Add(
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 this user can edit the metadata for any items in this item aggregation
- CanEditBehaviors
- Type: System..::..Boolean
Flag indicated if this user can edit the behavior for any items in this item aggregation
- CanPerformQc
- Type: System..::..Boolean
Flag indicates if this user can perform quality control for any items in this item aggregation
- CanUploadFiles
- Type: System..::..Boolean
Flag indicates if this user can upload new files to any items in this item aggregation
- CanChangeVisibility
- Type: System..::..Boolean
Flag indicates if this user can change the visibility information for any items in this item aggregation
- CanDelete
- Type: System..::..Boolean
Flag indicates if this user can delete any items in this item 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 defined at the group level
See Also
Version 4.10.0 ( last generated Monday, March 7, 2016 )
|