Click or drag to resize

ISiteSerializeAssetTree Method



Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
XElement SerializeAssetTree(
	IEnumerable<IPublishingTarget> targets,
	Dictionary<string, IAsset> loadedAssets = null
)

Parameters

targets  IEnumerableIPublishingTarget

[Missing <param name="targets"/> documentation for "M:Ingeniux.CMS.ISite.SerializeAssetTree(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},System.Collections.Generic.Dictionary{System.String,Ingeniux.CMS.IAsset})"]

loadedAssets  DictionaryString, IAsset  (Optional)

[Missing <param name="loadedAssets"/> documentation for "M:Ingeniux.CMS.ISite.SerializeAssetTree(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},System.Collections.Generic.Dictionary{System.String,Ingeniux.CMS.IAsset})"]

Return Value

XElement

[Missing <returns> documentation for "M:Ingeniux.CMS.ISite.SerializeAssetTree(System.Collections.Generic.IEnumerable{Ingeniux.CMS.IPublishingTarget},System.Collections.Generic.Dictionary{System.String,Ingeniux.CMS.IAsset})"]

See Also