Click or drag to resize

ProtectionEntryExtensions Methods

Methods
  NameDescription
Public methodStatic memberCode exampleToServerCompatibleString(EntryType)
Extension method which returns a string presentation of protection entry type, which can be recognized by the server e.g. User is translated to "user" and Group to "group". These are server compatible entry type representations
Public methodStatic memberCode exampleToServerCompatibleString(ProtectionMode)
Extension method which returns a string presentation of protection mode, which can be recognized by the server e.g. Write is translated to "write" and ReadRights to "=read". These are server compatible mode representations
Top
See Also