Click or drag to resize

ICategoryDefinitionGetAssets Method

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

Namespace:  Ingeniux.Runtime.Taxonomy
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
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
isBackground
Type: SystemBoolean
filterSchemaNames (Optional)
Type: System.Collections.GenericIEnumerableString
Asset must be using one of the given schemas to be listed
filterFolders (Optional)
Type: System.Collections.GenericIEnumerableString
Asset must be under one of the ancestor pages to be listed
useCheckedOut (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableICMSAssetEntry
See Also