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