Show / Hide Table of Contents

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 Source

UpdatePropertiesArg(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 Source

Path

A unique identifier for the file or folder.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UpdatePropertiesArg(String, IEnumerable<PropertyGroupUpdate>)
  • Properties
    • Path
    • UpdatePropertyGroups
Back to top Generated by DocFX