Click or drag to resize

IUnmanagedAssetManagerUnmanagedAssetFolder Method


Retrieves an unmanaged Asset Folder object by its relative path to UnmanagedAssetLocation or its id

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IUnmanagedAssetFolder UnmanagedAssetFolder(
	string path
)

Parameters

path
Type: SystemString
Relative path or id of the unmanaged asset
Examples
images/legacy/logos

Return Value

Type: IUnmanagedAssetFolder
The unmanaged asset folder with given path, null if path doesn't exist
See Also