Click or drag to resize
FolderSecurityPolicy Class
Represents a security policy applied to a folder.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.EntitiesEntity
    ConnectedApps.Cms.EntitiesFolderSecurityPolicy

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FolderSecurityPolicy : Entity

The FolderSecurityPolicy type exposes the following members.

Constructors
  NameDescription
Public methodFolderSecurityPolicy
Initializes a new instance of the FolderSecurityPolicy class
Top
Properties
  NameDescription
Public propertyAbleToAddItems
Gets a value indicating if the user can add items in the folder.
Public propertyAbleToAddSubFolders
Gets a value indicating if the user can add sub folders in the folder.
Public propertyAbleToDeleteFolder
Gets a value indicating if the user can delete the folder.
Public propertyAbleToDeleteItems
Gets a value indicating if the user can delete items in the folder.
Public propertyAbleToEditFolder
Gets a value indicating if the user can edit the folder's properties.
Public propertyAbleToEditItems
Gets a value indicating if the user can edit the items and their drafts in the folder.
Public propertyAbleToEditItemsCategories
Gets a value indicating if the user can edit item categories in the folder.
Public propertyAbleToEditItemsOptions
Gets a value indicating if the user can edit item options in the folder.
Public propertyAbleToEditItemsProperties
Gets a value indicating if the user can edit item properties in the folder.
Public propertyAbleToManageFolderSecurity
Gets a value indicating if the user can manage the folder's security policies.
Public propertyAbleToManageItemSecurity
Gets a value indicating if the user can manage item security policies in the folder.
Public propertyAbleToPublishItems
Gets a value indicating if the user can publish items in the folder.
Public propertyAbleToViewItems
Gets a value indicating if the user can view the items in the folder.
Public propertyGroupId
Gets or sets the unique identifier of the user group associated with the policy, if UserId is null.
Public propertyPolicyId
Gets a unique identifier for the policy.
Public propertyUserId
Gets or sets the unique identifier of the user associated with the policy, if GroupId is null.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also