Click or drag to resize

EmbeddedParserRegisterFunction Method

Adds a simple subsitution function to the collection of functions.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void RegisterFunction(
	string functionName,
	string functionValue,
	string description
)

Parameters

functionName
Type: SystemString
The name of the function
functionValue
Type: SystemString
The replacement value for the function.
description
Type: SystemString
The description of the function.
See Also