DelegateFolderPermissionLevel enum

Defines a delegate user's permission level on a specific folder.
Inheritance

Constructors

DelegateFolderPermissionLevel()
const

Values

None → const DelegateFolderPermissionLevel
The delegate has no permission.
Editor → const DelegateFolderPermissionLevel
The delegate has Editor permissions.
Reviewer → const DelegateFolderPermissionLevel
The delegate has Reviewer permissions.
Author → const DelegateFolderPermissionLevel
The delegate has Author permissions.
Custom → const DelegateFolderPermissionLevel
The delegate has custom permissions.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DelegateFolderPermissionLevel>
A constant List of the values in this enum, in order of their declaration.