Specifies the permissions on docs for the application
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public enum Permission |
Visual Basic (Declaration) |
---|
Public Enumeration Permission |
Visual C++ |
---|
public enum class Permission |
Members
Member name | Description | |
---|---|---|
Read |
Grants read-only access to user's items, even private.
| |
Write |
Permits the modification of the user's items (and also grants read permission).
| |
Delete |
Permits the deletion of the user's items (and also grants write and read permission).
| |
None |
Permits nothing
|