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.492
Syntax
bool Required(
	IAsset asset
)

Parameters

asset  IAsset
Asset to check

Return Value

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