Class NamespaceType
The namespace type object
Inheritance
System.Object
NamespaceType
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 SourceNamespaceType()
Initializes a new instance of the NamespaceType class.
Declaration
public NamespaceType()
Properties
| Improve this Doc 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 |
IsAppFolder
Gets a value indicating whether this instance is AppFolder
Declaration
public bool IsAppFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharedFolder
Gets a value indicating whether this instance is SharedFolder
Declaration
public bool IsSharedFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamMemberFolder
Gets a value indicating whether this instance is TeamMemberFolder
Declaration
public bool IsTeamMemberFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |