ICMSTaxonomyNavigationElementGetPagesByCategory Method
|
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSLinkElement> GetPagesByCategory(
string categoryId
)
Function GetPagesByCategory (
categoryId As String
) As IEnumerable(Of ICMSLinkElement)
IEnumerable<ICMSLinkElement^>^ GetPagesByCategory(
String^ categoryId
)
abstract GetPagesByCategory :
categoryId : string -> IEnumerable<ICMSLinkElement>
Parameters
- categoryId
- Type: SystemString
ID of the Category to search for
Return Value
Type:
IEnumerableICMSLinkElementAn empty list if the Category doesn't exist, or if the category has no page links below it
See Also