Click or drag to resize

IAssetManager.AssetFolderByPath Method


Retrieves an asset folder by its full path

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

Parameters

folderPath
Type: System.String
Path of the asset folder to retrieve

Return Value

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