FileRequestStatus
public enum FileRequestStatus : BoxEnum
The status of the file request.
-
The file request can accept new submissions.
Declaration
Swift
case active
-
The file request can’t accept new submissions, and any visitor to the file request URL will receive a
HTTP 404
status code.Declaration
Swift
case inactive
-
Custom value for enum values not yet implemented in the SDK
Declaration
Swift
case customValue(String)
-
Declaration
Swift
public init(_ value: String)
-
Declaration
Swift
public var description: String { get }