SharedFolderJoinPolicy
public enum SharedFolderJoinPolicy : CustomStringConvertible, JSONRepresentable
Policy governing which shared folders a team member can join.
-
Team members can only join folders shared by teammates.
Declaration
Swift
case fromTeamOnly
-
Team members can join any shared folder, including those shared by users outside the team.
Declaration
Swift
case fromAnyone
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }