Dropbox .NET SDK
Show / Hide Table of Contents

Class AddTemplateArg

The add template arg object

Inheritance
object
PropertyGroupTemplate
AddTemplateArg
Inherited Members
PropertyGroupTemplate.Name
PropertyGroupTemplate.Description
PropertyGroupTemplate.Fields
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class AddTemplateArg : PropertyGroupTemplate

Constructors

View Source

AddTemplateArg(string, string, IEnumerable<PropertyFieldTemplate>)

Initializes a new instance of the AddTemplateArg class.

Declaration
public AddTemplateArg(string name, string description, IEnumerable<PropertyFieldTemplate> fields)
Parameters
Type Name Description
string name

Display name for the template. Template names can be up to 256 bytes.

string description

Description for the template. Template descriptions can be up to 1024 bytes.

IEnumerable<PropertyFieldTemplate> fields

Definitions of the property fields associated with this template. There can be up to 32 properties in a single template.

  • View Source
In this article
Back to top Dropbox .NET SDK