Click or drag to resize

ISiteSerializeAssetTree Method


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

Parameters

targets
Type: System.Collections.GenericIEnumerableIPublishingTarget

[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 (Optional)
Type: System.Collections.GenericDictionaryString, IAsset

[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

Type: 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