Click or drag to resize
Sandcastle Help File BuilderBasePropertyPageIsEscapedProperty Method
This can be overridden to specify whether the property value is escaped or not.

Namespace: SandcastleBuilder.Package.PropertyPages
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected virtual bool IsEscapedProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The property name

Return Value

Type: Boolean
True if the property contains an escaped value, false if not. When bound, an escaped property's value is unescaped before it is assigned to the control. When stored, the new value is escaped before it is stored.
See Also