ICMSPageGetLinkItem Method Ingeniux DSS Library
Retrieves one Link item with the given name.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ICMSLinkElement GetLinkItem(
	string linkName,
	bool recursive = false
)

Parameters

linkName
Type: SystemString
Value of the "Name" Attribute from the "Page" Element
recursive (Optional)
Type: SystemBoolean
Recursive search or not. The default value is false.

Return Value

Type: ICMSLinkElement
Returns null if no Link with matching name is found.
See Also

Reference