DocumentAssociationType
public enum DocumentAssociationType
The reason a document can be viewed by the requesting user.
-
User created the document.
Declaration
Swift
case owner -
User was directly granted access to the document.
Declaration
Swift
case fromUser -
User was granted access to the document via a group they are a member of.
Declaration
Swift
case fromGroup -
Unknown reason
Declaration
Swift
case unknown
View on GitHub
DocumentAssociationType Enumeration Reference