Class ListFileMembersBatchResult
Per-file result for List
Inheritance
System.Object
ListFileMembersBatchResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFileMembersBatchResult
Constructors
| Improve this Doc View SourceListFileMembersBatchResult(String, ListFileMembersIndividualResult)
Initializes a new instance of the List
Declaration
public ListFileMembersBatchResult(string file, ListFileMembersIndividualResult result)
Parameters
Type | Name | Description |
---|---|---|
System. |
file | This is the input file identifier, whether an ID or a path. |
List |
result | The result for this particular file. |
Properties
| Improve this Doc 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 |
---|---|
System. |
Result
The result for this particular file.
Declaration
public ListFileMembersIndividualResult Result { get; protected set; }
Property Value
Type | Description |
---|---|
List |