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 SourceGetTemplateArg(String)
Initializes a new instance of the Get
Declaration
public GetTemplateArg(string templateId)
Parameters
Type | Name | Description |
---|---|---|
System. |
templateId | An identifier for template added by route See Templates |
Properties
| Improve this Doc View SourceTemplateId
An identifier for template added by route See Templates
Declaration
public string TemplateId { get; protected set; }
Property Value
Type | Description |
---|---|
System. |