IAssetFileContentManipulatorRequired Method
|
Checks whether this manipulator should be applied to the given asset
Namespace: Ingeniux.CMS.AssetContentAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Required(
IAsset asset
)
Function Required (
asset As IAsset
) As Boolean
bool Required(
IAsset^ asset
)
abstract Required :
asset : IAsset -> bool Parameters
- asset IAsset
- Asset to check
Return Value
BooleanTrue if this manipulator should be applied to given asset; False otherwise
See Also