Show / Hide Table of Contents

Class TeamFolderGetInfoItem

The team folder get info item object

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

Constructors

| Improve this Doc View Source

TeamFolderGetInfoItem()

Initializes a new instance of the TeamFolderGetInfoItem class.

Declaration
public TeamFolderGetInfoItem()

Properties

| Improve this Doc View Source

AsIdNotFound

Gets this instance as a IdNotFound, or null.

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

AsTeamFolderMetadata

Gets this instance as a TeamFolderMetadata, or null.

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

IsIdNotFound

Gets a value indicating whether this instance is IdNotFound

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

IsTeamFolderMetadata

Gets a value indicating whether this instance is TeamFolderMetadata

Declaration
public bool IsTeamFolderMetadata { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamFolderGetInfoItem()
  • Properties
    • AsIdNotFound
    • AsTeamFolderMetadata
    • IsIdNotFound
    • IsTeamFolderMetadata
Back to top Generated by DocFX