Click or drag to resize

IAssetStorageManagerStorageTrack Method


Retrieves the storage tracking information of an Asset type/schema

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IAssetStorageTrack StorageTrack(
	IAssetSchema assetSchema
)

Parameters

assetSchema
Type: Ingeniux.CMSIAssetSchema
The Assert schema to retrieve storagin tracking information for

Return Value

Type: IAssetStorageTrack
Storages tracking information of the given Asset Schema
See Also