PrivilegeReadCurrentUserPrivilegeSet Field
IT Hit WebDAV Classes Reference  
    Namespace: 
   ITHit.WebDAV.Server.Acl
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntaxpublic static readonly Privilege ReadCurrentUserPrivilegeSet
Public Shared ReadOnly ReadCurrentUserPrivilegeSet As Privilege
public:
static initonly Privilege ReadCurrentUserPrivilegeSet
static val ReadCurrentUserPrivilegeSet: Privilege
Field Value
Type: 
Privilege
Remarks
            Clients are intended to use this property to visually indicate in their UI items that are dependent on the
            permissions of a resource, for example, by graying out resources that are not writable.
            This privilege is separate from 
ReadAcl because there is a need to allow most users access
            to the privileges permitted the current user (due to its use in creating the UI), while the full ACL
            contains information that may not be appropriate for the current authenticated user. As a result, the
            set of users who can view the full ACL is expected to be much smaller than those who can read the current
            user privilege set, and hence distinct
            privileges are needed for each.
            
See Also