[This is preliminary documentation and is subject to change.]
Defines the access matrix for the user, this matrix decides, which
function the user has access to in OfficeClip. Each access element
can have one of the four values
0 = No Access
1 = Full Access
2 = Read Access only
3 = Read and update Access only (no insert or delete)
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum AccessPerm |
| Visual Basic (Declaration) |
|---|
Public Enumeration AccessPerm |
| Visual C++ |
|---|
public enum class AccessPerm |
Members
| Member name | Description | |
|---|---|---|
| None |
No Access.
| |
| Full |
Full Access.
| |
| ReadOnly |
Read Only Access.
| |
| ReadAndUpdate |
Read and update Access only (no insert or delete).
|
