Class OverwritePropertyGroupArg
The overwrite property group arg object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class OverwritePropertyGroupArg
Constructors
View SourceOverwritePropertyGroupArg(string, IEnumerable<PropertyGroup>)
Initializes a new instance of the OverwritePropertyGroupArg class.
Declaration
public OverwritePropertyGroupArg(string path, IEnumerable<PropertyGroup> propertyGroups)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | A unique identifier for the file or folder. |
| IEnumerable<PropertyGroup> | propertyGroups | The property groups "snapshot" updates to force apply. No two groups in the input should refer to the same template. |
Properties
View SourcePath
A unique identifier for the file or folder.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyGroups
The property groups "snapshot" updates to force apply. No two groups in the input should refer to the same template.
Declaration
public IList<PropertyGroup> PropertyGroups { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<PropertyGroup> |