Class MetaData
Holds search metadata.
public class MetaData
- Inheritance
-
MetaData
- Inherited Members
Constructors
MetaData()
Initializes a blank metadata.
public MetaData()
MetaData(IList<string>, string)
Initializes metadata from a variety of tags.
Optionally, you can also provide a description which will be displayed in a tooltip.
public MetaData(IList<string> tags, string description = null)
Parameters
Methods
Add(IList<string>)
Adds more tags to the metadata.
public void Add(IList<string> tags)
Parameters
Add(string)
Adds another tag to the metadata.
public void Add(string tag)
Parameters
tagstringThe tag to add
SetDescription(string)
Sets the description of this metadata (displayed in a tooltip).
public void SetDescription(string description)
Parameters
descriptionstringThe description to set