Documentation

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

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results