ServerPermissionSet Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ServerPermissionSet class.
Overload List
Name | Description | |
---|---|---|
ServerPermissionSet() | Initializes a new instance of the ServerPermissionSet class. | |
ServerPermissionSet(ServerPermission) | Initializes a new instance of the ServerPermissionSet class based on the specified permission. | |
ServerPermissionSet(array<ServerPermission[]) | Initializes a new instance of the ServerPermissionSet class based on the specified set of permissions. | |
ServerPermissionSet(ServerPermissionSet) | Initializes a new instance of the ServerPermissionSet class based on the specified set of permissions. |
Top