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.6.492
Syntax
IUnmanagedAsset UnmanagedAsset(
	string path
)

Parameters

path  String
Relative path or id of the unmanaged asset
Example
images/legacy/logo.png

Return Value

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