Class TagMetadata
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Represents strongly typed TagMetadata field.
public sealed class TagMetadata
- Inheritance
-
objectTagMetadata
- Extension Methods
Properties
Translations
Tag translations.
public Dictionary<Guid, TagTranslation> Translations { get; set; }
Property Value
- Dictionary<Guid, TagTranslation>
Remarks
Key of the dictionary is the ContentLanguageGUID.
Methods
Deserialize(string)
Deserialize tag metadata.
public static TagMetadata Deserialize(string tagMetadata)
Parameters
tagMetadata
stringSerialized tag metadata.
Returns
- TagMetadata
Deserialized Tag metadata.
Remarks
Tag metadata are available in TagMetadata.
Serialize()
Serialize tag metadata.
public string Serialize()
Returns
- string
Serialized metadata.