FileLockingValue
public enum FileLockingValue : CustomStringConvertible, JSONRepresentable
The value for fileLocking in UserFeature.
-
When this value is True, the user can lock files in shared directories. When the value is False the user can unlock the files they have locked or request to unlock files locked by others.
Declaration
Swift
case enabled(Bool)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }