Class TeamFolderGetInfoItem
The team folder get info item object
Inheritance
TeamFolderGetInfoItem
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderGetInfoItem
Constructors
View SourceTeamFolderGetInfoItem()
Initializes a new instance of the TeamFolderGetInfoItem class.
Declaration
public TeamFolderGetInfoItem()
Properties
View SourceAsIdNotFound
Gets this instance as a IdNotFound, or null.
Declaration
public TeamFolderGetInfoItem.IdNotFound AsIdNotFound { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderGetInfoItem.IdNotFound |
AsTeamFolderMetadata
Gets this instance as a TeamFolderMetadata, or null.
Declaration
public TeamFolderGetInfoItem.TeamFolderMetadata AsTeamFolderMetadata { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderGetInfoItem.TeamFolderMetadata |
IsIdNotFound
Gets a value indicating whether this instance is IdNotFound
Declaration
public bool IsIdNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamFolderMetadata
Gets a value indicating whether this instance is TeamFolderMetadata
Declaration
public bool IsTeamFolderMetadata { get; }
Property Value
| Type | Description |
|---|---|
| bool |