Click or drag to resize

ICMSPageGetLinkItems Method

Gets Link items with the given name.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSLinkElement> GetLinkItems(
	string linkName = "",
	bool recursive = false
)

Parameters

linkName (Optional)
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: IEnumerableICMSLinkElement
An enumerable collection of Link Elements
See Also