ICMSPageGetLinkItem Method
|
Retrieves one
Link item with the given name.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax ICMSLinkElement GetLinkItem(
string linkName,
bool recursive = false
)
Function GetLinkItem (
linkName As String,
Optional recursive As Boolean = false
) As ICMSLinkElement
ICMSLinkElement^ GetLinkItem(
String^ linkName,
bool recursive = false
)
abstract GetLinkItem :
linkName : string *
?recursive : bool
(* Defaults:
let _recursive = defaultArg recursive false
*)
-> ICMSLinkElement
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:
ICMSLinkElementReturns null if no Link with matching name is found.
See Also