Show / Hide Table of Contents

Class AlphaGetMetadataArg

The alpha get metadata arg object

Inheritance
System.Object
GetMetadataArg
AlphaGetMetadataArg
Inherited Members
GetMetadataArg.Path
GetMetadataArg.IncludeMediaInfo
GetMetadataArg.IncludeDeleted
GetMetadataArg.IncludeHasExplicitSharedMembers
GetMetadataArg.IncludePropertyGroups
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 AlphaGetMetadataArg : GetMetadataArg

Constructors

| Improve this Doc View Source

AlphaGetMetadataArg(String, Boolean, Boolean, Boolean, TemplateFilterBase, IEnumerable<String>)

Initializes a new instance of the AlphaGetMetadataArg class.

Declaration
public AlphaGetMetadataArg(string path, bool includeMediaInfo = false, bool includeDeleted = false, bool includeHasExplicitSharedMembers = false, TemplateFilterBase includePropertyGroups = null, IEnumerable<string> includePropertyTemplates = 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.

System.Collections.Generic.IEnumerable<System.String> includePropertyTemplates

If set to a valid list of template IDs, PropertyGroups is set for files with custom properties.

Properties

| Improve this Doc View Source

IncludePropertyTemplates

If set to a valid list of template IDs, PropertyGroups is set for files with custom properties.

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