Click or drag to resize
Sandcastle Help File BuilderMamlToFlowDocumentConverterToElementName Method
This converts a MAML address value to a valid XAML element name

Namespace: SandcastleBuilder.WPF.Maml
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public static string ToElementName(
	string name
)

Parameters

name
Type: SystemString
The MAML address name value to convert

Return Value

Type: String
A hashed ID value that can be used as a XAML element name
Remarks
Flow document elements are fussy about the value assigned to their Name property (it's a XAML thing). This is used to convert the MAML name value to one that is valid for use as a flow document element name.
See Also