SecurityNamespace.HasWritePermission Method
Include Protected Members
Include Inherited Members
Checks whether the current user has authority to write the specified permissions.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HasWritePermission(String, IEnumerable<Int32>) | Checks whether the current user has authority to write the specified permissions. | |
HasWritePermission(String, Int32) | Checks whether the current user has authority to write the specified permissions. |
Top