Click or drag to resize

IAssetFileContentManipulatorRequired Method


Checks whether this manipulator should be applied to the given asset

Namespace:  Ingeniux.CMS.AssetContent
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool Required(
	IAsset asset
)

Parameters

asset
Type: Ingeniux.CMSIAsset
Asset to check

Return Value

Type: Boolean
True if this manipulator should be applied to given asset; False otherwise
See Also