FolderSharingPolicyType
public enum FolderSharingPolicyType : CustomStringConvertible, JSONRepresentable
The sharing policy of a Paper folder. The sharing policy of subfolders is inherited from the root folder.
-
Everyone in your team and anyone directly invited can access this folder.
Declaration
Swift
case team -
Only people directly invited can access this folder.
Declaration
Swift
case inviteOnly -
Declaration
Swift
public var description: String { get }
View on GitHub
FolderSharingPolicyType Enumeration Reference