Click or drag to resize

ICategoryDefinitionGetAssets Method

Gets assets associated with this category, in the form of navigation representatives.

Namespace:  Ingeniux.Runtime.Taxonomy
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
IEnumerable<ICMSAssetEntry> GetAssets(
	ICMSNavigationBuildingSession navBuildSession,
	bool isBackground,
	IEnumerable<string> filterSchemaNames = null,
	IEnumerable<string> filterFolders = null,
	bool useCheckedOut = false
)

Parameters

navBuildSession
Type: Ingeniux.Runtime.NavigationBuilderICMSNavigationBuildingSession
The navigation session on which build the navigation representative list
isBackground
Type: SystemBoolean
Whether this is a background task
filterSchemaNames (Optional)
Type: System.Collections.GenericIEnumerableString
The optional list of schema names to filter the resulting asset list by. If provided, only assets based on one of these schemas will be returned.
filterFolders (Optional)
Type: System.Collections.GenericIEnumerableString
The optional list of asset folder IDs to filter the resulting asset list by. If provided, only assets under one of these folders will be returned.
useCheckedOut (Optional)
Type: SystemBoolean
Whether or not to use checked out assets. False by default.

Return Value

Type: IEnumerableICMSAssetEntry
A list of assets in link node format
See Also