SyncState
public enum SyncState : BoxEnum
Defines whether folder will be synced by the Box sync clients or not.
-
Initializer.
Declaration
Swift
public init(_ value: String)Parameters
valueString representation of sync state.
-
String representation of sync state.
Declaration
Swift
public var description: String { get } -
Folder will be synced by the Box sync clients
Declaration
Swift
case synced -
Folder will not be synced by the Box sync clients
Declaration
Swift
case notSynced -
Folder is partially synced by the Box sync clients
Declaration
Swift
case partiallySynced -
Custom sync option, that is not yet implemented in this SDK version.
Declaration
Swift
case customValue(String)
SyncState Enumeration Reference