Class RemovePropertiesArg
The remove properties arg object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class RemovePropertiesArg
Constructors
View SourceRemovePropertiesArg(string, IEnumerable<string>)
Initializes a new instance of the RemovePropertiesArg class.
Declaration
public RemovePropertiesArg(string path, IEnumerable<string> propertyTemplateIds)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | A unique identifier for the file or folder. |
| IEnumerable<string> | propertyTemplateIds | A list of identifiers for a template created by TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg). |
Properties
View SourcePath
A unique identifier for the file or folder.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyTemplateIds
A list of identifiers for a template created by TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg).
Declaration
public IList<string> PropertyTemplateIds { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |