Class RemoveTemplateArg
The remove template arg object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class RemoveTemplateArg
Constructors
View SourceRemoveTemplateArg(string)
Initializes a new instance of the RemoveTemplateArg class.
Declaration
public RemoveTemplateArg(string templateId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | templateId | An identifier for a template created by TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg). |
Properties
View SourceTemplateId
An identifier for a template created by TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg).
Declaration
public string TemplateId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |