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.6.492
Syntax
IAssetFolder AssetFolder(
	string folderId
)

Parameters

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

Return Value

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