Click or drag to resize

IAssetManagerAssetFolders Method


Retrieves a collection of asset folders by their unique IDs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IAssetFolder> AssetFolders(
	string[] assetFolderIds
)

Parameters

assetFolderIds
Type: SystemString
The asset folder IDs to retrieve, as a collection of strings. Asset folder IDs always starts with "af/" and end with numbers. e.g. af/1.

Return Value

Type: IEnumerableIAssetFolder
Asset Folders with matching IDs.
See Also