Show / Hide Table of Contents

Class GetFileMetadataBatchResult

Per file results of GetFileMetadataBatchAsync(GetFileMetadataBatchArg).

Inheritance
System.Object
GetFileMetadataBatchResult
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 GetFileMetadataBatchResult

Constructors

| Improve this Doc View Source

GetFileMetadataBatchResult(String, GetFileMetadataIndividualResult)

Initializes a new instance of the GetFileMetadataBatchResult class.

Declaration
public GetFileMetadataBatchResult(string file, GetFileMetadataIndividualResult result)
Parameters
Type Name Description
System.String file

This is the input file identifier corresponding to one of Files.

GetFileMetadataIndividualResult result

The result for this particular file.

Properties

| Improve this Doc View Source

File

This is the input file identifier corresponding to one of Files.

Declaration
public string File { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Result

The result for this particular file.

Declaration
public GetFileMetadataIndividualResult Result { get; protected set; }
Property Value
Type Description
GetFileMetadataIndividualResult
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetFileMetadataBatchResult(String, GetFileMetadataIndividualResult)
  • Properties
    • File
    • Result
Back to top Generated by DocFX