Click or drag to resize
XmlVulnerabilityCheckerCheck Method (String)
Checks whether xml file contains potentially malicious content.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static void Check(
	string filePath
)

Parameters

filePath
Type: SystemString
Path to the file to check.
See Also