• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TemplateOwnerType

The template owner type object

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

Constructors

| Improve this Doc View Source

TemplateOwnerType()

Initializes a new instance of the TemplateOwnerType class.

Declaration
public TemplateOwnerType()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeam

Gets this instance as a Team, or null.

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

AsUser

Gets this instance as a User, or null.

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUser

Gets a value indicating whether this instance is User

Declaration
public bool IsUser { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TemplateOwnerType()
  • Properties
    • AsOther
    • AsTeam
    • AsUser
    • IsOther
    • IsTeam
    • IsUser
Back to top Generated by DocFX