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
)
Function GetAssets (
navBuildSession As ICMSNavigationBuildingSession,
isBackground As Boolean,
Optional filterSchemaNames As IEnumerable(Of String) = Nothing,
Optional filterFolders As IEnumerable(Of String) = Nothing,
Optional useCheckedOut As Boolean = false
) As IEnumerable(Of ICMSAssetEntry)
IEnumerable<ICMSAssetEntry^>^ GetAssets(
ICMSNavigationBuildingSession^ navBuildSession,
bool isBackground,
IEnumerable<String^>^ filterSchemaNames = nullptr,
IEnumerable<String^>^ filterFolders = nullptr,
bool useCheckedOut = false
)
abstract GetAssets :
navBuildSession : ICMSNavigationBuildingSession *
isBackground : bool *
?filterSchemaNames : IEnumerable<string> *
?filterFolders : IEnumerable<string> *
?useCheckedOut : bool
(* Defaults:
let _filterSchemaNames = defaultArg filterSchemaNames null
let _filterFolders = defaultArg filterFolders null
let _useCheckedOut = defaultArg useCheckedOut false
*)
-> IEnumerable<ICMSAssetEntry>
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:
IEnumerableICMSAssetEntrySee Also