FolderSecurityPolicyAbleToViewItems Property |
Gets a value indicating if the user can view the items in the folder.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool AbleToViewItems { get; set; }
Public Property AbleToViewItems As Boolean
Get
Set
public:
property bool AbleToViewItems {
bool get ();
void set (bool value);
}
member AbleToViewItems : bool with get, set
Property Value
Type:
Boolean
See Also