Click or drag to resize

metaLinkCollectionAddLink Method (IMetaContentNested, String, Int32)

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

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

Parameters

__target
Type: imbSCI.Core.interfacesIMetaContentNested
__description (Optional)
Type: SystemString
__priority (Optional)
Type: SystemInt32

Return Value

Type: metaLink
See Also