Dropbox .NET SDK
Show / Hide Table of Contents

Class ListTemplateResult

The list template result object

Inheritance
object
ListTemplateResult
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 ListTemplateResult

Constructors

View Source

ListTemplateResult(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 Source

TemplateIds

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