Class UpdatePropertiesArg
The update properties arg object
Inheritance
System.Object
UpdatePropertiesArg
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 UpdatePropertiesArg
Constructors
| Improve this Doc 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 |
---|---|---|
System.String | path | A unique identifier for the file or folder. |
System.Collections.Generic.IEnumerable<PropertyGroupUpdate> | updatePropertyGroups | The property groups "delta" updates to apply. |
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 |
UpdatePropertyGroups
The property groups "delta" updates to apply.
Declaration
public IList<PropertyGroupUpdate> UpdatePropertyGroups { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<PropertyGroupUpdate> |