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_Aggregation_Permissions

User_Aggregation_Permissions Class



Maintains a list of item aggregationPermissions, along with the rights the current user has over items in that aggregation and the actual item aggregation pages


Namespace: SobekCM.Core.Users
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[DataContractAttribute]
public class User_Aggregation_Permissions : iSerializationEvents

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Users..::..User_Aggregation_Permissions

Constructors

  NameDescription
Public methodUser_Aggregation_Permissions
Constructor for a new instance of the User_Aggregation_Permissions class

Methods

  NameDescription
Public methodAdd(User_Permissioned_Aggregation)
Adds a new aggregation to the list of aggregationPermissions linked here, with detailed permissions
Public methodAdd(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
Public methodClear
Clears all of the aggregation information collected here
Public methodPostUnSerialization
Class is called by the serializer after an item is unserialized

Properties

  NameDescription
Public propertyAggregations
Gets the collection of user editable item aggregationPermissions
Public propertyItem
Gets the information about detailed permissions for this user over an aggregation

See Also



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