ProjectElementGetMetadata Method

Get a metadata value from a project element

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string GetMetadata(
	string name
)

Parameters

name  String
The name of the metadata element to get

Return Value

String
The value of the metadata element

See Also