Click or drag to resize
ItemSecurityPolicy Properties

The ItemSecurityPolicy type exposes the following members.

Properties
  Name Description
Public property AbleToDeleteItem
Gets a value indicating if the user can delete the item.
Public property AbleToEditItem
Gets a value indicating if the user can edit the item and it's draft.
Public property AbleToEditItemCategories
Gets a value indicating if the user can edit the item's categories.
Public property AbleToEditItemOptions
Gets a value indicating if the user can edit the item's options.
Public property AbleToEditItemProperties
Gets a value indicating if the user can edit the item's properties.
Public property AbleToManageItemSecurity
Gets a value indicating if the user can manage the item's security policies.
Public property AbleToPublishItem
Gets a value indicating if the user can publish the item.
Public property AbleToViewItem
Gets a value indicating if the user can view the item.
Public property GroupId
Gets or sets the unique identifier of the user group associated with the policy, if UserId is null.
Public property PolicyId
Gets a unique identifier for the policy.
Public property UserId
Gets or sets the unique identifier of the user associated with the policy, if GroupId is null.
Top
See Also