Show / Hide Table of Contents

Class GetTemplateArg

The get template arg object

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

Constructors

| Improve this Doc View Source

GetTemplateArg(String)

Initializes a new instance of the GetTemplateArg class.

Declaration
public GetTemplateArg(string templateId)
Parameters
Type Name Description
System.String templateId

An identifier for template added by route See TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg).

Properties

| Improve this Doc View Source

TemplateId

An identifier for template added by route See TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg).

Declaration
public string TemplateId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTemplateArg(String)
  • Properties
    • TemplateId
Back to top Generated by DocFX