Click or drag to resize

tagStackAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified tag.

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public tagBlock Add(
	string __tag,
	string __name,
	string __description
)
Request Example View Source

Parameters

__tag
Type: SystemString
The tag.
__name
Type: SystemString
The name.
__description
Type: SystemString
The description.

Return Value

Type: tagBlock
See Also