Show / Hide Table of Contents

Class GetMetadataArg

The get metadata arg object

Inheritance
System.Object
GetMetadataArg
AlphaGetMetadataArg
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetMetadataArg

Constructors

| Improve this Doc View Source

GetMetadataArg(String, Boolean, Boolean, Boolean, TemplateFilterBase)

Initializes a new instance of the GetMetadataArg class.

Declaration
public GetMetadataArg(string path, bool includeMediaInfo = false, bool includeDeleted = false, bool includeHasExplicitSharedMembers = false, TemplateFilterBase includePropertyGroups = null)
Parameters
Type Name Description
System.String path

The path of a file or folder on Dropbox.

System.Boolean includeMediaInfo

If true, MediaInfo is set for photo and video.

System.Boolean includeDeleted

If true, DeletedMetadata will be returned for deleted file or folder, otherwise LookupError.NotFound will be returned.

System.Boolean includeHasExplicitSharedMembers

If true, the results will include a flag for each file indicating whether or not that file has any explicit members.

TemplateFilterBase includePropertyGroups

If set to a valid list of template IDs, PropertyGroups is set if there exists property data associated with the file and each of the listed templates.

Properties

| Improve this Doc View Source

IncludeDeleted

If true, DeletedMetadata will be returned for deleted file or folder, otherwise LookupError.NotFound will be returned.

Declaration
public bool IncludeDeleted { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IncludeHasExplicitSharedMembers

If true, the results will include a flag for each file indicating whether or not that file has any explicit members.

Declaration
public bool IncludeHasExplicitSharedMembers { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IncludeMediaInfo

If true, MediaInfo is set for photo and video.

Declaration
public bool IncludeMediaInfo { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IncludePropertyGroups

If set to a valid list of template IDs, PropertyGroups is set if there exists property data associated with the file and each of the listed templates.

Declaration
public TemplateFilterBase IncludePropertyGroups { get; protected set; }
Property Value
Type Description
TemplateFilterBase
| Improve this Doc View Source

Path

The path of a file or folder on Dropbox.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String

See Also

AlphaGetMetadataArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetMetadataArg(String, Boolean, Boolean, Boolean, TemplateFilterBase)
  • Properties
    • IncludeDeleted
    • IncludeHasExplicitSharedMembers
    • IncludeMediaInfo
    • IncludePropertyGroups
    • Path
  • See Also
Back to top Generated by DocFX