Click or drag to resize

IStylesheetValidate Method


Validates the XSLT style sheet, both as a valid XML document and/or with provided callback.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void Validate(
	Action<ValidationEventArgs> validationCallback
)

Parameters

validationCallback
Type: SystemActionValidationEventArgs
Callback to perform the validation. Can be null.
See Also