Class ListTemplateResult
The list template result object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class ListTemplateResult
Constructors
View SourceListTemplateResult(IEnumerable<string>)
Initializes a new instance of the ListTemplateResult class.
Declaration
public ListTemplateResult(IEnumerable<string> templateIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | templateIds | List of identifiers for templates added by See TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg). |
Properties
View SourceTemplateIds
List of identifiers for templates added by See TemplatesAddForUserAsync(AddTemplateArg) or TemplatesAddForTeamAsync(AddTemplateArg).
Declaration
public IList<string> TemplateIds { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |