Click or drag to resize

IAssetFileContentManipulatorsFactoryGetManipulators Method


Retrieves the collection of registered content manipulators for specified asset's type and publishing target

Namespace: Ingeniux.CMS.AssetContent
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IAssetFileContentManipulator> GetManipulators(
	IAsset asset
)

Parameters

asset  IAsset
Asset to retrieve applied manipulators for

Return Value

IEnumerableIAssetFileContentManipulator
Collection of asset content manipulators
See Also