RetentionActionType
enum
Defines the action of a retention policy tag.
- Inheritance
-
- Available extensions
Values
-
None
→ const RetentionActionType
-
Never tags (RetentionEnabled = false) do not have retention action in the FAI.
-
MoveToDeletedItems
→ const RetentionActionType
-
Expired items will be moved to the Deleted Items folder.
-
MoveToFolder
→ const RetentionActionType
-
Expired items will be moved to the organizational folder specified
in the ExpirationDestination field.
-
DeleteAndAllowRecovery
→ const RetentionActionType
-
Expired items will be soft deleted.
-
PermanentlyDelete
→ const RetentionActionType
-
Expired items will be hard deleted.
-
MarkAsPastRetentionLimit
→ const RetentionActionType
-
Expired items will be tagged as expired.
-
MoveToArchive
→ const RetentionActionType
-
Expired items will be moved to the archive.
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