IgnoreHtmlFormat Property
Description
Indicates if formatted memo and description fields are returned as plain text without HTML tags.
Property type
Read-write property
Syntax
Visual Basic
Public Property IgnoreHtmlFormat As Boolean
Remarks

This setting affects the behavior of other APIs that return formatted text fields.

Ensure that this flag is set to false when working with ALM client. If the flag is true, editing memo fields writes corrupt values to the project database.

If you set this flag true in a workflow script, set it back to false before the workflow event exits.

See Also