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.6.492
Syntax
IAssetFolder AssetFolderByPath(
	string folderPath
)

Parameters

folderPath  String
Path of the asset folder to retrieve

Return Value

IAssetFolder
Null if asset folder doesn't exist
See Also