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