ProjectElementSetMetadata Method

Set a metadata value in the project item

Definition

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

Parameters

name  String
The name of the metadata element
value  String
The value to store in the element

See Also