IStringSanitizer.SanitizeHtmlContent Method

Relativity API
Sanitize passed HTML Content

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

SanitizeHtmlContentResult SanitizeHtmlContent(
	string taintedHtml
)

Parameters

taintedHtml
Type: System.String

Return Value

Type: SanitizeHtmlContentResult
returns clean HTML with the list of errors - removed portions according to rules
See Also

Reference