Show / Hide Table of Contents

Class OverwritePropertyGroupArg

The overwrite property group arg object

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

Constructors

| Improve this Doc View Source

OverwritePropertyGroupArg(String, IEnumerable<PropertyGroup>)

Initializes a new instance of the OverwritePropertyGroupArg class.

Declaration
public OverwritePropertyGroupArg(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 "snapshot" updates to force apply. 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 "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
System.Collections.Generic.IList<PropertyGroup>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • OverwritePropertyGroupArg(String, IEnumerable<PropertyGroup>)
  • Properties
    • Path
    • PropertyGroups
Back to top Generated by DocFX