Click or drag to resize

IAssetManagerAssetFolder Method


Retrieves a asset folder by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IAssetFolder AssetFolder(
	string folderId
)

Parameters

folderId
Type: SystemString
ID of the Asset Folder to retrieve, always starts with "af/" and ends with numbers. e.g. af/1.

Return Value

Type: IAssetFolder
Page with matching ID, or null when no Page with matching ID found.
See Also