Click or drag to resize

IUnmanagedAssetManagerUnmanagedAssetItems Method


Retrieves a collection of unmanaged Asset Folders and/or Assets, by their relative path to UnmanagedAssetLocation or their ids

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IUnmanagedAssetItem> UnmanagedAssetItems(
	IEnumerable<string> paths
)

Parameters

paths
Type: System.Collections.GenericIEnumerableString
Relative paths or ids of the assets and/or asset folders

Return Value

Type: IEnumerableIUnmanagedAssetItem
Collection of unmanaged assets and/or asset folders
See Also