TeamFolderStatus
public enum TeamFolderStatus : CustomStringConvertible, JSONRepresentable
The TeamFolderStatus union
-
The team folder and sub-folders are available to all members.
Declaration
Swift
case active -
The team folder is not accessible outside of the team folder manager.
Declaration
Swift
case archived -
The team folder is not accessible outside of the team folder manager.
Declaration
Swift
case archiveInProgress -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
TeamFolderStatus Enumeration Reference