Click or drag to resize

ISiteCacheAssetFolderPaths Method


Fetch and generate a dictionary of asset folder names and parent ids. Used during publish to allow asset.path() to pull from this cache.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
PathCollection<Asset> CacheAssetFolderPaths(
	bool clean = false
)

Parameters

clean  Boolean  (Optional)

[Missing <param name="clean"/> documentation for "M:Ingeniux.CMS.ISite.CacheAssetFolderPaths(System.Boolean)"]

Return Value

PathCollectionAsset

[Missing <returns> documentation for "M:Ingeniux.CMS.ISite.CacheAssetFolderPaths(System.Boolean)"]

See Also