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
)
Function GetLinkItems (
Optional linkName As String = "",
Optional recursive As Boolean = false
) As IEnumerable(Of ICMSLinkElement)
IEnumerable<ICMSLinkElement^>^ GetLinkItems(
String^ linkName = L"",
bool recursive = false
)
abstract GetLinkItems :
?linkName : string *
?recursive : bool
(* Defaults:
let _linkName = defaultArg linkName ""
let _recursive = defaultArg recursive false
*)
-> IEnumerable<ICMSLinkElement>
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:
IEnumerableICMSLinkElementAn enumerable collection of Link Elements
See Also