Show / Hide Table of Contents

Class GetTemplateResult

The get template result object

Inheritance
System.Object
PropertyGroupTemplate
GetTemplateResult
Inherited Members
PropertyGroupTemplate.Name
PropertyGroupTemplate.Description
PropertyGroupTemplate.Fields
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 GetTemplateResult : PropertyGroupTemplate

Constructors

| Improve this Doc View Source

GetTemplateResult(String, String, IEnumerable<PropertyFieldTemplate>)

Initializes a new instance of the GetTemplateResult class.

Declaration
public GetTemplateResult(string name, string description, IEnumerable<PropertyFieldTemplate> fields)
Parameters
Type Name Description
System.String name

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

System.String description

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

System.Collections.Generic.IEnumerable<PropertyFieldTemplate> fields

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

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTemplateResult(String, String, IEnumerable<PropertyFieldTemplate>)
Back to top Generated by DocFX