Class AddFolderMemberArg
The add folder member arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AddFolderMemberArg
Constructors
View SourceAddFolderMemberArg(string, IEnumerable<AddMember>, bool, string, string)
Initializes a new instance of the AddFolderMemberArg class.
Declaration
public AddFolderMemberArg(string sharedFolderId, IEnumerable<AddMember> members, bool quiet = false, string customMessage = null, string fpSealedResult = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedFolderId | The ID for the shared folder. |
| IEnumerable<AddMember> | members | The intended list of members to add. Added members will receive invites to join the shared folder. |
| bool | quiet | Whether added members should be notified via email and device notifications of their invite. |
| string | customMessage | Optional message to display to added members in their invitation. |
| string | fpSealedResult | Field is only returned for "internal" callers. The FingerprintJS Sealed Client Result value |
Properties
View SourceCustomMessage
Optional message to display to added members in their invitation.
Declaration
public string CustomMessage { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
FpSealedResult
Field is only returned for "internal" callers. The FingerprintJS Sealed Client Result value
Declaration
public string FpSealedResult { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Members
The intended list of members to add. Added members will receive invites to join the shared folder.
Declaration
public IList<AddMember> Members { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<AddMember> |
Quiet
Whether added members should be notified via email and device notifications of their invite.
Declaration
public bool Quiet { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
SharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |