Dropbox .NET SDK
Show / Hide Table of Contents

Class NamespaceType

The namespace type object

Inheritance
object
NamespaceType
NamespaceType.AppFolder
NamespaceType.Other
NamespaceType.SharedFolder
NamespaceType.TeamFolder
NamespaceType.TeamMemberFolder
NamespaceType.TeamMemberRoot
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class NamespaceType

Constructors

View Source

NamespaceType()

Initializes a new instance of the NamespaceType class.

Declaration
public NamespaceType()

Properties

View Source

AsAppFolder

Gets this instance as a AppFolder, or null.

Declaration
public NamespaceType.AppFolder AsAppFolder { get; }
Property Value
Type Description
NamespaceType.AppFolder
View Source

AsOther

Gets this instance as a Other, or null.

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

AsSharedFolder

Gets this instance as a SharedFolder, or null.

Declaration
public NamespaceType.SharedFolder AsSharedFolder { get; }
Property Value
Type Description
NamespaceType.SharedFolder
View Source

AsTeamFolder

Gets this instance as a TeamFolder, or null.

Declaration
public NamespaceType.TeamFolder AsTeamFolder { get; }
Property Value
Type Description
NamespaceType.TeamFolder
View Source

AsTeamMemberFolder

Gets this instance as a TeamMemberFolder, or null.

Declaration
public NamespaceType.TeamMemberFolder AsTeamMemberFolder { get; }
Property Value
Type Description
NamespaceType.TeamMemberFolder
View Source

AsTeamMemberRoot

Gets this instance as a TeamMemberRoot, or null.

Declaration
public NamespaceType.TeamMemberRoot AsTeamMemberRoot { get; }
Property Value
Type Description
NamespaceType.TeamMemberRoot
View Source

IsAppFolder

Gets a value indicating whether this instance is AppFolder

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

IsOther

Gets a value indicating whether this instance is Other

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

IsSharedFolder

Gets a value indicating whether this instance is SharedFolder

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

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

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

IsTeamMemberFolder

Gets a value indicating whether this instance is TeamMemberFolder

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

IsTeamMemberRoot

Gets a value indicating whether this instance is TeamMemberRoot

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