Show / Hide Table of Contents

Class AddPropertiesArg

The add properties arg object

Inheritance
System.Object
AddPropertiesArg
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 AddPropertiesArg

Constructors

| Improve this Doc View Source

AddPropertiesArg(String, IEnumerable<PropertyGroup>)

Initializes a new instance of the AddPropertiesArg class.

Declaration
public AddPropertiesArg(string path, IEnumerable<PropertyGroup> propertyGroups)
Parameters
Type Name Description
System.String path

A unique identifier for the file or folder.

System.Collections.Generic.IEnumerable<PropertyGroup> propertyGroups

The property groups which are to be added to a Dropbox file. No two groups in the input should refer to the same template.

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

PropertyGroups

The property groups which are to be added to a Dropbox file. No two groups in the input should refer to the same template.

Declaration
public IList<PropertyGroup> PropertyGroups { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<PropertyGroup>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddPropertiesArg(String, IEnumerable<PropertyGroup>)
  • Properties
    • Path
    • PropertyGroups
Back to top Generated by DocFX