Click or drag to resize

reportLinkCollectionAddLink Method (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new link and associates it with the current group

Namespace:  imbSCI.Reporting.links
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public reportLink AddLink(
	string title,
	string description,
	string url
)
Request Example View Source

Parameters

title
Type: SystemString
The title.
description
Type: SystemString
The description.
url
Type: SystemString
The URL.

Return Value

Type: reportLink
See Also