Click or drag to resize

metaLinkCollectionAddLink Method (String, String, String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adding external link

Namespace:  imbSCI.Reporting.meta.blocks
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaLink AddLink(
	string __name,
	string __description,
	string __url,
	int __priority = 100
)
Request Example View Source

Parameters

__name
Type: SystemString
__description
Type: SystemString
__url
Type: SystemString
__priority (Optional)
Type: SystemInt32

Return Value

Type: metaLink
See Also