Click or drag to resize

IAssetMapRebuild Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
XElement Rebuild(
	Dictionary<string, int> markedAssets,
	out Dictionary<string, string> paths,
	bool incremental = false
)

Parameters

markedAssets
Type: System.Collections.GenericDictionaryString, Int32

[Missing <param name="markedAssets"/> documentation for "M:Ingeniux.CMS.IAssetMap.Rebuild(System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String}@,System.Boolean)"]

paths
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="paths"/> documentation for "M:Ingeniux.CMS.IAssetMap.Rebuild(System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String}@,System.Boolean)"]

incremental (Optional)
Type: SystemBoolean

[Missing <param name="incremental"/> documentation for "M:Ingeniux.CMS.IAssetMap.Rebuild(System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String}@,System.Boolean)"]

Return Value

Type: XElement

[Missing <returns> documentation for "M:Ingeniux.CMS.IAssetMap.Rebuild(System.Collections.Generic.Dictionary{System.String,System.Int32},System.Collections.Generic.Dictionary{System.String,System.String}@,System.Boolean)"]

See Also