Show / Hide Table of Contents

Class UpdateTemplateResult

The update template result object

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

Constructors

| Improve this Doc View Source

UpdateTemplateResult(String)

Initializes a new instance of the UpdateTemplateResult class.

Declaration
public UpdateTemplateResult(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
    • UpdateTemplateResult(String)
  • Properties
    • TemplateId
Back to top Generated by DocFX