Class TeamFolderGetInfoItem
The team folder get info item object
Inheritance
System.Object
TeamFolderGetInfoItem
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 SourceTeamFolderGetInfoItem()
Initializes a new instance of the TeamFolderGetInfoItem class.
Declaration
public TeamFolderGetInfoItem()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsTeamFolderMetadata
Gets a value indicating whether this instance is TeamFolderMetadata
Declaration
public bool IsTeamFolderMetadata { get; }
Property Value
Type | Description |
---|---|
System.Boolean |