Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderGetInfoItem

The team folder get info item object

Inheritance
object
TeamFolderGetInfoItem
TeamFolderGetInfoItem.IdNotFound
TeamFolderGetInfoItem.TeamFolderMetadata
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 TeamFolderGetInfoItem

Constructors

View Source

TeamFolderGetInfoItem()

Initializes a new instance of the TeamFolderGetInfoItem class.

Declaration
public TeamFolderGetInfoItem()

Properties

View Source

AsIdNotFound

Gets this instance as a IdNotFound, or null.

Declaration
public TeamFolderGetInfoItem.IdNotFound AsIdNotFound { get; }
Property Value
Type Description
TeamFolderGetInfoItem.IdNotFound
View Source

AsTeamFolderMetadata

Gets this instance as a TeamFolderMetadata, or null.

Declaration
public TeamFolderGetInfoItem.TeamFolderMetadata AsTeamFolderMetadata { get; }
Property Value
Type Description
TeamFolderGetInfoItem.TeamFolderMetadata
View Source

IsIdNotFound

Gets a value indicating whether this instance is IdNotFound

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

IsTeamFolderMetadata

Gets a value indicating whether this instance is TeamFolderMetadata

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