IStylesheetValidate Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

void Validate(
	Action<ValidationEventArgs> validationCallback
)

Parameters

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

Reference