Class UpdatePropertiesArg
The update properties arg object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class UpdatePropertiesArg
Constructors
View SourceUpdatePropertiesArg(string, IEnumerable<PropertyGroupUpdate>)
Initializes a new instance of the UpdatePropertiesArg class.
Declaration
public UpdatePropertiesArg(string path, IEnumerable<PropertyGroupUpdate> updatePropertyGroups)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | A unique identifier for the file or folder. |
| IEnumerable<PropertyGroupUpdate> | updatePropertyGroups | The property groups "delta" updates to apply. |
Properties
View SourcePath
A unique identifier for the file or folder.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdatePropertyGroups
The property groups "delta" updates to apply.
Declaration
public IList<PropertyGroupUpdate> UpdatePropertyGroups { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<PropertyGroupUpdate> |