IUniqueSchemaUnitSerializeToFavorite Method Ingeniux CMS Content Store API

Serializes the XML element as a favorite entry. The favorite-entry format is not the same as output elements for schemas.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

XElement SerializeToFavorite()

Return Value

Type: XElement
XML element instance.
Examples

<Favorite Creator="ingeniux\awang" Public="false" ID="1" Name="test">
    <FavoriteField Name="Listoflinks" Expanded="true" DefaultValue="" Hidden="false" 
      Required="false" Readonly="false" HelpText="help test" Label="List of links" FavID="1" TypeID="5"/>
</Favorite>
See Also

Reference