SharedContentAddInviteesDetails
open class SharedContentAddInviteesDetails : CustomStringConvertible
Invited user to Dropbox and added them to shared file/folder.
-
Shared content access level.
Declaration
Swift
public let sharedContentAccessLevel: Sharing.AccessLevel
-
A list of invitees.
Declaration
Swift
public let invitees: Array<String>
-
Declaration
Swift
open var description: String { get }