Class TemplateOwnerType
The template owner type object
Inheritance
System.Object
TemplateOwnerType
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 SourceTemplateOwnerType()
Initializes a new instance of the TemplateOwnerType class.
Declaration
public TemplateOwnerType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUser
Gets a value indicating whether this instance is User
Declaration
public bool IsUser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |