mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Users >> User_Group >> Add_Aggregation Method >> Add_Aggregation (String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

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.Users
Assembly: 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



Version 4.10.0 ( last generated Monday, March 7, 2016 )