Click or drag to resize
IPFSBuilderAddKeyword Method
Add a keyword to a section, ie the start of a list of parameter list.

This function is used to define the start of a list of parameters. It has no end-counterpart, and the keyword scope is automaticalle "ended" by any other keyword or section related method.

Restrictions: This function must be called within the scope of a section.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
void AddKeyword(
	string keyName
)

Parameters

keyName
Type: SystemString
Name of keyword to add.
See Also