ISiteSerializeForIncrementalPublishing(IPublishingTarget, IEnumerableString, DictionaryString, IPage) Method
|
Incrementally produces XML serialization for a specific
Publishing Target. This method generates the content
of published reference.xml for Dynamic Site Server.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxXElement SerializeForIncrementalPublishing(
IPublishingTarget pubTarget,
IEnumerable<string> idsToPublish,
out Dictionary<string, IPage> loadedPages
)
Function SerializeForIncrementalPublishing (
pubTarget As IPublishingTarget,
idsToPublish As IEnumerable(Of String),
<OutAttribute> ByRef loadedPages As Dictionary(Of String, IPage)
) As XElement
XElement^ SerializeForIncrementalPublishing(
IPublishingTarget^ pubTarget,
IEnumerable<String^>^ idsToPublish,
[OutAttribute] Dictionary<String^, IPage^>^% loadedPages
)
abstract SerializeForIncrementalPublishing :
pubTarget : IPublishingTarget *
idsToPublish : IEnumerable<string> *
loadedPages : Dictionary<string, IPage> byref -> XElement Parameters
- pubTarget IPublishingTarget
- The Publishing Target to serialize for
- idsToPublish IEnumerableString
- The dictionary of page ids and version numbers to update
- loadedPages DictionaryString, IPage
[Missing <param name="loadedPages"/> documentation for "M:Ingeniux.CMS.ISite.SerializeForIncrementalPublishing(Ingeniux.CMS.IPublishingTarget,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.Dictionary{System.String,Ingeniux.CMS.IPage}@)"]
Return Value
XElementXml content generate for the specific
Publishing Target
Remarks
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