Click or drag to resize
Sandcastle Help File BuilderProjectElementSetMetadata Method
Set a metadata value in the project item

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void SetMetadata(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the metadata element
value
Type: SystemString
The value to store in the element
See Also