Click or drag to resize

tagStackPush Method

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

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

Parameters

__tag
Type: SystemString
The tag.
__name (Optional)
Type: SystemString
The name.
__description (Optional)
Type: SystemString
The description.

Return Value

Type: tagBlock
See Also