Class RemovePropertiesArg
The remove properties arg object
Inheritance
System.Object
RemovePropertiesArg
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.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class RemovePropertiesArg
Constructors
| Improve this Doc 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 |
---|---|---|
System.String | path | A unique identifier for the file or folder. |
System.Collections.Generic.IEnumerable<System.String> | propertyTemplateIds | A list of identifiers for a template created by TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg). |
Properties
| Improve this Doc View SourcePath
A unique identifier for the file or folder.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.IList<System.String> |