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.308
Syntax
IEnumerable<IAssetFileContentManipulator> GetManipulators(
	IAsset asset
)

Parameters

asset
Type: Ingeniux.CMSIAsset
Asset to retrieve applied manipulators for

Return Value

Type: IEnumerableIAssetFileContentManipulator
Collection of asset content manipulators
See Also