ISiteSerializeForPublishing Method (IPublishingTarget, DictionaryString, IPage)
|
Produces XML serialization for a specific
Publishing Target. This method generates the content
of published reference.xml for Dynamic Site Server.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax XElement SerializeForPublishing(
IPublishingTarget pubTarget,
out Dictionary<string, IPage> loadedPages
)
Function SerializeForPublishing (
pubTarget As IPublishingTarget,
<OutAttribute> ByRef loadedPages As Dictionary(Of String, IPage)
) As XElement
XElement^ SerializeForPublishing(
IPublishingTarget^ pubTarget,
[OutAttribute] Dictionary<String^, IPage^>^% loadedPages
)
abstract SerializeForPublishing :
pubTarget : IPublishingTarget *
loadedPages : Dictionary<string, IPage> byref -> XElement
Parameters
- pubTarget
- Type: Ingeniux.CMSIPublishingTarget
The Publishing Target to serializ for - loadedPages
- Type: System.Collections.GenericDictionaryString, IPage
[Missing <param name="loadedPages"/> documentation for "M:Ingeniux.CMS.ISite.SerializeForPublishing(Ingeniux.CMS.IPublishingTarget,System.Collections.Generic.Dictionary{System.String,Ingeniux.CMS.IPage}@)"]
Return Value
Type:
XElementXml content generate for the specific
Publishing TargetRemarks
The generate content is the standard reference.xml content, with SiteBaseUrl attribute value set from the Publishing Target's
Base Url setting value.
See Also