ItemSecurityPolicyAbleToEditItemCategories Property |
Gets a value indicating if the user can edit the item's categories.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool AbleToEditItemCategories { get; set; }
Public Property AbleToEditItemCategories As Boolean
Get
Set
public:
property bool AbleToEditItemCategories {
bool get ();
void set (bool value);
}
member AbleToEditItemCategories : bool with get, set
Property Value
Type:
Boolean
See Also