SanitizeHtmlContentResult Class

Relativity API
Result structure returned when Sanitizing HTML based input
Inheritance Hierarchy

System.Object
  Relativity.API.SanitizeHtmlContentResult

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

public class SanitizeHtmlContentResult

The SanitizeHtmlContentResult type exposes the following members.

Constructors

  NameDescription
Public methodSanitizeHtmlContentResult
Top
Properties

  NameDescription
Public propertyCleanHtml
Contains clean sanitized output
Public propertyErrorMessages
Contains errors about any content which was removed due to sanitization rules
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference