Class ListFileMembersBatchResult
Per-file result for ListFileMembersBatchAsync(ListFileMembersBatchArg).
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFileMembersBatchResult
Constructors
View SourceListFileMembersBatchResult(string, ListFileMembersIndividualResult)
Initializes a new instance of the ListFileMembersBatchResult class.
Declaration
public ListFileMembersBatchResult(string file, ListFileMembersIndividualResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| string | file | This is the input file identifier, whether an ID or a path. |
| ListFileMembersIndividualResult | result | The result for this particular file. |
Properties
View SourceFile
This is the input file identifier, whether an ID or a path.
Declaration
public string File { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Result
The result for this particular file.
Declaration
public ListFileMembersIndividualResult Result { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ListFileMembersIndividualResult |