Click or drag to resize

IUnmanagedAssetManagerUnmanagedAsset Method


Retrieves an unmanaged Asset 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
IUnmanagedAsset UnmanagedAsset(
	string path
)

Parameters

path
Type: SystemString
Relative path or id of the unmanaged asset
Examples
images/legacy/logo.png

Return Value

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