Dropbox .NET SDK
Show / Hide Table of Contents

Class UpdateTemplateResult

The update template result object

Inheritance
object
UpdateTemplateResult
Inherited Members
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 UpdateTemplateResult

Constructors

View Source

UpdateTemplateResult(string)

Initializes a new instance of the UpdateTemplateResult class.

Declaration
public UpdateTemplateResult(string templateId)
Parameters
Type Name Description
string templateId

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

Properties

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
string
  • View Source
In this article
Back to top Dropbox .NET SDK