Click or drag to resize

docScriptInstructionarg Method (appendLinkType, String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Setting dsa_linkType argument

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction arg(
	appendLinkType linkType,
	string url,
	string title,
	string name
)
Request Example View Source

Parameters

linkType
Type: imbSCI.Data.enums.appendsappendLinkType
Value for dsa_linkType
url
Type: SystemString
The URL.
title
Type: SystemString
The title to pop up
name
Type: SystemString
Link name shown

Return Value

Type: docScriptInstruction
Instruction
See Also