AddFileMemberArgs
public class AddFileMemberArgs : CustomStringConvertible, JSONRepresentable
Arguments for addFileMember.
-
File to which to add members.
Declaration
Swift
public let file: String -
Members to add. Note that even an email address is given, this may result in a user being directly added to the membership if that email is the user’s main account email.
Declaration
Swift
public let members: [Sharing.MemberSelector] -
Message to send to added members in their invitation.
Declaration
Swift
public let customMessage: String? -
Whether added members should be notified via email and device notifications of their invitation.
Declaration
Swift
public let quiet: Bool -
AccessLevel union object, describing what access level we want to give new members.
Declaration
Swift
public let accessLevel: Sharing.AccessLevel -
If the custom message should be added as a comment on the file.
Declaration
Swift
public let addMessageAsComment: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
AddFileMemberArgs Class Reference