PermissionLevelType
extends Enumeration
in package
Represents the permission level that a user has on a folder.
Table of Contents
Constants
- AUTHOR = 'Author'
- Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates.
- CONTRIBUTOR = 'Contributor'
- Indicates that the user can create items in the folder.
- CUSTOM = 'Custom'
- Indicates that the user has custom access permissions on the folder.
- EDITOR = 'Editor'
- Indicates that the user can create, read, edit, and delete all items in the folder.
- NON_EDITING_AUTHOR = 'NoneditingAuthor'
- Indicates that the user can create and read all items in the folder, and delete only items that the user creates.
- NONE = 'None'
- Indicates that the user has no permissions on the folder.
- OWNER = 'Owner'
- Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
- PUBLISHING_AUTHOR = 'PublishingAuthor'
- Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
- PUBLISHING_EDITOR = 'PublishingEditor'
- Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
- REVIEWER = 'Reviewer'
- Indicates that the user can read all 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
Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates.
public
string
AUTHOR
= 'Author'
Tags
CONTRIBUTOR
Indicates that the user can create items in the folder.
public
string
CONTRIBUTOR
= 'Contributor'
The contents of the folder do not appear.
Tags
CUSTOM
Indicates that the user has custom access permissions on the folder.
public
string
CUSTOM
= 'Custom'
Tags
EDITOR
Indicates that the user can create, read, edit, and delete all items in the folder.
public
string
EDITOR
= 'Editor'
Tags
NON_EDITING_AUTHOR
Indicates that the user can create and read all items in the folder, and delete only items that the user creates.
public
string
NON_EDITING_AUTHOR
= 'NoneditingAuthor'
Tags
NONE
Indicates that the user has no permissions on the folder.
public
string
NONE
= 'None'
Tags
OWNER
Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
public
string
OWNER
= 'Owner'
The user is both folder owner and folder contact.
Tags
PUBLISHING_AUTHOR
Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
public
string
PUBLISHING_AUTHOR
= 'PublishingAuthor'
Tags
PUBLISHING_EDITOR
Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
public
string
PUBLISHING_EDITOR
= 'PublishingEditor'
Tags
REVIEWER
Indicates that the user can read all 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
.