FolderPermissionLevel enum
Values
- None → const FolderPermissionLevel
-
No permission is granted. - Owner → const FolderPermissionLevel
-
The Owner level. - PublishingEditor → const FolderPermissionLevel
-
The Publishing Editor level. - Editor → const FolderPermissionLevel
-
The Editor level. - PublishingAuthor → const FolderPermissionLevel
-
The Pusnlishing Author level. - Author → const FolderPermissionLevel
-
The Author level. - NoneditingAuthor → const FolderPermissionLevel
-
The Non-editing Author level. - Reviewer → const FolderPermissionLevel
-
The Reviewer level. - Contributor → const FolderPermissionLevel
-
The Contributor level. - FreeBusyTimeOnly → const FolderPermissionLevel
-
The Free/busy Time Only level. (Can only be applied to Calendar folders). - FreeBusyTimeAndSubjectAndLocation → const FolderPermissionLevel
-
The Free/busy Time, Subject and Location level. (Can only be applied to Calendar folders). - Custom → const FolderPermissionLevel
-
The Custom level.
Properties
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<
FolderPermissionLevel> - A constant List of the values in this enum, in order of their declaration.