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

Class NamespaceType

The namespace type object

Inheritance
System.Object
NamespaceType
NamespaceType.AppFolder
NamespaceType.Other
NamespaceType.SharedFolder
NamespaceType.TeamFolder
NamespaceType.TeamMemberFolder
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class NamespaceType

Constructors

| Improve this Doc View Source

NamespaceType()

Initializes a new instance of the NamespaceType class.

Declaration
public NamespaceType()

Properties

| Improve this Doc View Source

AsAppFolder

Gets this instance as a AppFolder, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSharedFolder

Gets this instance as a SharedFolder, or null.

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

AsTeamFolder

Gets this instance as a TeamFolder, or null.

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

AsTeamMemberFolder

Gets this instance as a TeamMemberFolder, or null.

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

IsAppFolder

Gets a value indicating whether this instance is AppFolder

Declaration
public bool IsAppFolder { get; }
Property Value
Type Description
System.Boolean
| 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

IsSharedFolder

Gets a value indicating whether this instance is SharedFolder

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

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

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

IsTeamMemberFolder

Gets a value indicating whether this instance is TeamMemberFolder

Declaration
public bool IsTeamMemberFolder { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NamespaceType()
  • Properties
    • AsAppFolder
    • AsOther
    • AsSharedFolder
    • AsTeamFolder
    • AsTeamMemberFolder
    • IsAppFolder
    • IsOther
    • IsSharedFolder
    • IsTeamFolder
    • IsTeamMemberFolder
Back to top Generated by DocFX