RetentionPolicyAssignmentItemType
public enum RetentionPolicyAssignmentItemType : BoxEnum
Item type with task assignment.
-
Folder type of content with retention policy assignment.
Declaration
Swift
case folder
-
Enterprise type of content with retention policy assignment.
Declaration
Swift
case enterprise
-
Metadata template type of content with retention policy assignment.
Declaration
Swift
case metadataTemplate
-
Custom value not yet implemented in this version of SDK.
Declaration
Swift
case customValue(String)
-
Declaration
Swift
public init(_ value: String)
-
Declaration
Swift
public var description: String { get }