DelegateFolderPermissionLevelType
extends Enumeration
in package
Contains the permissions for a default folder.
Table of Contents
Constants
- AUTHOR = 'Author'
- The delegate user can read and create items in the folder.
- CUSTOM = 'Custom'
- The delegate user has custom access permissions to the folder.
- EDITOR = 'Editor'
- The delegate user can read, create, and modify items in the folder.
- NONE = 'None'
- The delegate user has no access permissions to the folder.
- REVIEWER = 'Reviewer'
- The delegate user can read items in the folder.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
AUTHOR
The delegate user can read and create items in the folder.
public
string
AUTHOR
= 'Author'
Tags
CUSTOM
The delegate user has custom access permissions to the folder.
public
string
CUSTOM
= 'Custom'
Tags
EDITOR
The delegate user can read, create, and modify items in the folder.
public
string
EDITOR
= 'Editor'
Tags
NONE
The delegate user has no access permissions to the folder.
public
string
NONE
= 'None'
Tags
REVIEWER
The delegate user can read items in the folder.
public
string
REVIEWER
= 'Reviewer'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.