Class TemplateOwnerType
The template owner type object
Inheritance
TemplateOwnerType
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class TemplateOwnerType
Constructors
View SourceTemplateOwnerType()
Initializes a new instance of the TemplateOwnerType class.
Declaration
public TemplateOwnerType()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public TemplateOwnerType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TemplateOwnerType.Other |
AsTeam
Gets this instance as a Team, or null.
Declaration
public TemplateOwnerType.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| TemplateOwnerType.Team |
AsUser
Gets this instance as a User, or null.
Declaration
public TemplateOwnerType.User AsUser { get; }
Property Value
| Type | Description |
|---|---|
| TemplateOwnerType.User |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUser
Gets a value indicating whether this instance is User
Declaration
public bool IsUser { get; }
Property Value
| Type | Description |
|---|---|
| bool |