Class Tag
Tag that can be added in multiple ways.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class Tag
Constructors
View SourceTag()
Initializes a new instance of the Tag class.
Declaration
public Tag()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public Tag.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| Tag.Other |
AsUserGeneratedTag
Gets this instance as a UserGeneratedTag, or null.
Declaration
public Tag.UserGeneratedTag AsUserGeneratedTag { get; }
Property Value
| Type | Description |
|---|---|
| Tag.UserGeneratedTag |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserGeneratedTag
Gets a value indicating whether this instance is UserGeneratedTag
Declaration
public bool IsUserGeneratedTag { get; }
Property Value
| Type | Description |
|---|---|
| bool |