CustomContextClearVariable Method

Clear the named variable

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool ClearVariable(
	string name
)

Parameters

name  String
The variable to clear

Return Value

Boolean
True if successful, false if not found

See Also