Click or drag to resize

ProtectionEntryExtensions Class

Inheritance Hierarchy
SystemObject
  Perforce.P4ProtectionEntryExtensions

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static class ProtectionEntryExtensions
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