SharedContentAddInviteesDetails
public class SharedContentAddInviteesDetails : CustomStringConvertible, JSONRepresentable
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: [String] -
Declaration
Swift
public var description: String { get }
View on GitHub
SharedContentAddInviteesDetails Class Reference