SharedLinkPolicy
public enum SharedLinkPolicy : CustomStringConvertible, JSONRepresentable
Who can view shared links in this folder.
-
Links can be shared with anyone.
Declaration
Swift
case anyone -
Links can be shared with anyone on the same team as the owner.
Declaration
Swift
case team -
Links can only be shared among members of the shared folder.
Declaration
Swift
case members -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
SharedLinkPolicy Enumeration Reference