IAssetManagerAssetFolderByPath Method
|
Retrieves an asset folder by its full path
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IAssetFolder AssetFolderByPath(
string folderPath
)
Function AssetFolderByPath (
folderPath As String
) As IAssetFolder
IAssetFolder^ AssetFolderByPath(
String^ folderPath
)
abstract AssetFolderByPath :
folderPath : string -> IAssetFolder
Parameters
- folderPath
- Type: SystemString
Path of the asset folder to retrieve
Return Value
Type:
IAssetFolderNull if asset folder doesn't exist
See Also