Dropbox .NET SDK
Show / Hide Table of Contents

Class TemplateOwnerType.User

Template will be associated with a user.

Inheritance
object
TemplateOwnerType
TemplateOwnerType.User
Inherited Members
TemplateOwnerType.IsUser
TemplateOwnerType.AsUser
TemplateOwnerType.IsTeam
TemplateOwnerType.AsTeam
TemplateOwnerType.IsOther
TemplateOwnerType.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public sealed class TemplateOwnerType.User : TemplateOwnerType

Fields

View Source

Instance

A singleton instance of User

Declaration
public static readonly TemplateOwnerType.User Instance
Field Value
Type Description
TemplateOwnerType.User
  • View Source
In this article
Back to top Dropbox .NET SDK