Show / Hide Table of Contents

Class GetFileMetadataBatchArg

Arguments of GetFileMetadataBatchAsync(GetFileMetadataBatchArg).

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

Constructors

| Improve this Doc View Source

GetFileMetadataBatchArg(IEnumerable<String>, IEnumerable<FileAction>)

Initializes a new instance of the GetFileMetadataBatchArg class.

Declaration
public GetFileMetadataBatchArg(IEnumerable<string> files, IEnumerable<FileAction> actions = null)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> files

The files to query.

System.Collections.Generic.IEnumerable<FileAction> actions

A list of FileActions corresponding to FilePermissions that should appear in the response's Permissions field describing the actions the authenticated user can perform on the file.

Properties

| Improve this Doc View Source

Actions

A list of FileActions corresponding to FilePermissions that should appear in the response's Permissions field describing the actions the authenticated user can perform on the file.

Declaration
public IList<FileAction> Actions { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<FileAction>
| Improve this Doc View Source

Files

The files to query.

Declaration
public IList<string> Files { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetFileMetadataBatchArg(IEnumerable<String>, IEnumerable<FileAction>)
  • Properties
    • Actions
    • Files
Back to top Generated by DocFX