Class TeamFolderGetInfoItem.IdNotFound
An ID that was provided as a parameter to TeamFolderGetInfoAsync(TeamFolderIdListArg) did not match any of the team's team folders.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class TeamFolderGetInfoItem.IdNotFound : TeamFolderGetInfoItem
Constructors
View SourceIdNotFound(string)
Initializes a new instance of the TeamFolderGetInfoItem.IdNotFound class.
Declaration
public IdNotFound(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |