FolderUploadEmailAccess
public enum FolderUploadEmailAccess : BoxEnum
Defines the level of access to upload a file to a folder via its upload email address
-
Any user can upload.
Declaration
Swift
case open
-
Any folder collaborator can upload
Declaration
Swift
case collaborators
-
A custom object type for defining access to a folder’s upload email address that is not yet implemented.
Declaration
Swift
case customValue(String)
-
Initializer
Declaration
Swift
public init(_ value: String)
Parameters
value
String value representing access type
-
Returns a string representation of the folder upload email access
Declaration
Swift
public var description: String { get }