Method | Description | |
---|---|---|
Parse ( string src ) : |
Format: [inheritbit] principalid permissionflags inheritbit: '+' (inherit) or '-' (not inherit). principalid: max 10 number chars (e.g. 0000000647) permissionflags: '_' (not defined), '+' (allow) or '-' (deny) The permissionflags will be aligned right. For example: "_-_+" == "_____________________________-_+" and it means: OpenMinor deny, See allow, other permissions are not defined.
|
|
PermissionSet ( int principalId, bool propagates, PermissionValue values ) : System | ||
PermissionSet ( int principalId, bool propagates, int allowBits, int denyBits ) : System |
Method | Description | |
---|---|---|
ToEntry ( int nodeId ) : |
public static Parse ( string src ) : |
||
src | string | Source string with the defined format. |
return |
public PermissionSet ( int principalId, bool propagates, PermissionValue values ) : System | ||
principalId | int | |
propagates | bool | |
values | PermissionValue | |
return | System |
public PermissionSet ( int principalId, bool propagates, int allowBits, int denyBits ) : System | ||
principalId | int | |
propagates | bool | |
allowBits | int | |
denyBits | int | |
return | System |