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.308
Syntax
PathCollection<Asset> CacheAssetFolderPaths(
	bool clean = false
)

Parameters

clean (Optional)
Type: SystemBoolean

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

Return Value

Type: PathCollectionAsset

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

See Also