Okapi .NET Library

IFilterItem.SetXMLStyle Method 

 [This is preliminary documentation and subject to change.]

Sets the indicator whether the item uses XML syntax or not.

[Visual Basic]
Sub SetXMLStyle( _ 
   ByVal p_bValue As Boolean _ 
)
[C#]
void SetXMLStyle(
   bool p_bValue
);
[C++]
void SetXMLStyle(
   bool p_bValue
);
[JScript]
function SetXMLStyle(
   bool p_bValue
);

Parameters

p_bValue
The new value for the indicator.

Remarks

Use this method to set whether or the text will be treatted for XML escapes in output.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetXMLStyle