Class GetMetadataArg
The get metadata arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetMetadataArg
Constructors
| Improve this Doc View SourceGetMetadataArg(String, Boolean, Boolean, Boolean, TemplateFilterBase)
Initializes a new instance of the Get
Declaration
public GetMetadataArg(string path, bool includeMediaInfo = false, bool includeDeleted = false, bool includeHasExplicitSharedMembers = false, TemplateFilterBase includePropertyGroups = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
path | The path of a file or folder on Dropbox. |
System. |
includeMediaInfo | If true, Media |
System. |
includeDeleted | If true, Deleted |
System. |
includeHasExplicitSharedMembers | If true, the results will include a flag for each file indicating whether or not that file has any explicit members. |
Template |
includePropertyGroups | If set to a valid list of template IDs, Property |
Properties
| Improve this Doc View SourceIncludeDeleted
If true, Deleted
Declaration
public bool IncludeDeleted { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
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. |
IncludeMediaInfo
If true, Media
Declaration
public bool IncludeMediaInfo { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
IncludePropertyGroups
If set to a valid list of template IDs, Property
Declaration
public TemplateFilterBase IncludePropertyGroups { get; protected set; }
Property Value
Type | Description |
---|---|
Template |
Path
The path of a file or folder on Dropbox.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System. |