Click or drag to resize

IAssetManagerAssetFolderByPath Method


Retrieves an asset folder by its full path

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

Parameters

folderPath
Type: SystemString
Path of the asset folder to retrieve

Return Value

Type: IAssetFolder
Null if asset folder doesn't exist
See Also