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.6.492
Syntax
IAssetStorageTrack StorageTrack(
	IAssetSchema assetSchema
)

Parameters

assetSchema  IAssetSchema
The Assert schema to retrieve storagin tracking information for

Return Value

IAssetStorageTrack
Storages tracking information of the given Asset Schema
See Also