Class NamespaceType
The namespace type object
Inheritance
NamespaceType
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class NamespaceType
Constructors
View SourceNamespaceType()
Initializes a new instance of the NamespaceType class.
Declaration
public NamespaceType()
Properties
View SourceAsAppFolder
Gets this instance as a AppFolder, or null.
Declaration
public NamespaceType.AppFolder AsAppFolder { get; }
Property Value
| Type | Description |
|---|---|
| NamespaceType.AppFolder |
AsOther
Gets this instance as a Other, or null.
Declaration
public NamespaceType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| NamespaceType.Other |
AsSharedFolder
Gets this instance as a SharedFolder, or null.
Declaration
public NamespaceType.SharedFolder AsSharedFolder { get; }
Property Value
| Type | Description |
|---|---|
| NamespaceType.SharedFolder |
AsTeamFolder
Gets this instance as a TeamFolder, or null.
Declaration
public NamespaceType.TeamFolder AsTeamFolder { get; }
Property Value
| Type | Description |
|---|---|
| NamespaceType.TeamFolder |
AsTeamMemberFolder
Gets this instance as a TeamMemberFolder, or null.
Declaration
public NamespaceType.TeamMemberFolder AsTeamMemberFolder { get; }
Property Value
| Type | Description |
|---|---|
| NamespaceType.TeamMemberFolder |
AsTeamMemberRoot
Gets this instance as a TeamMemberRoot, or null.
Declaration
public NamespaceType.TeamMemberRoot AsTeamMemberRoot { get; }
Property Value
| Type | Description |
|---|---|
| NamespaceType.TeamMemberRoot |
IsAppFolder
Gets a value indicating whether this instance is AppFolder
Declaration
public bool IsAppFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSharedFolder
Gets a value indicating whether this instance is SharedFolder
Declaration
public bool IsSharedFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamMemberFolder
Gets a value indicating whether this instance is TeamMemberFolder
Declaration
public bool IsTeamMemberFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamMemberRoot
Gets a value indicating whether this instance is TeamMemberRoot
Declaration
public bool IsTeamMemberRoot { get; }
Property Value
| Type | Description |
|---|---|
| bool |