Dropbox .NET SDK
Show / Hide Table of Contents

Class TemplateOwnerType

The template owner type object

Inheritance
object
TemplateOwnerType
TemplateOwnerType.Other
TemplateOwnerType.Team
TemplateOwnerType.User
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 TemplateOwnerType

Constructors

View Source

TemplateOwnerType()

Initializes a new instance of the TemplateOwnerType class.

Declaration
public TemplateOwnerType()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TemplateOwnerType.Other AsOther { get; }
Property Value
Type Description
TemplateOwnerType.Other
View Source

AsTeam

Gets this instance as a Team, or null.

Declaration
public TemplateOwnerType.Team AsTeam { get; }
Property Value
Type Description
TemplateOwnerType.Team
View Source

AsUser

Gets this instance as a User, or null.

Declaration
public TemplateOwnerType.User AsUser { get; }
Property Value
Type Description
TemplateOwnerType.User
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { get; }
Property Value
Type Description
bool
View Source

IsUser

Gets a value indicating whether this instance is User

Declaration
public bool IsUser { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK