Show / Hide Table of Contents

Class PropertyGroupTemplate

Defines how a property group may be structured.

Inheritance
System.Object
PropertyGroupTemplate
AddTemplateArg
GetTemplateResult
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 PropertyGroupTemplate

Constructors

| Improve this Doc View Source

PropertyGroupTemplate(String, String, IEnumerable<PropertyFieldTemplate>)

Initializes a new instance of the PropertyGroupTemplate class.

Declaration
public PropertyGroupTemplate(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.

Properties

| Improve this Doc View Source

Description

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

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

Fields

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

Declaration
public IList<PropertyFieldTemplate> Fields { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<PropertyFieldTemplate>
| Improve this Doc View Source

Name

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

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String

See Also

AddTemplateArg
GetTemplateResult
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX