ICMSNavigationBuilderBuildAssetEntries Method
|
Build navigation representatives for the given asset IDs.
Namespace:
Ingeniux.Runtime.NavigationBuilder
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax string[] BuildAssetEntries(
ICMSNavigationBuildingSession session,
bool isBackground,
IEnumerable<string> assetIds,
bool useCheckedOut = false
)
Function BuildAssetEntries (
session As ICMSNavigationBuildingSession,
isBackground As Boolean,
assetIds As IEnumerable(Of String),
Optional useCheckedOut As Boolean = false
) As String()
array<String^>^ BuildAssetEntries(
ICMSNavigationBuildingSession^ session,
bool isBackground,
IEnumerable<String^>^ assetIds,
bool useCheckedOut = false
)
abstract BuildAssetEntries :
session : ICMSNavigationBuildingSession *
isBackground : bool *
assetIds : IEnumerable<string> *
?useCheckedOut : bool
(* Defaults:
let _useCheckedOut = defaultArg useCheckedOut false
*)
-> string[]
Parameters
- session
- Type: Ingeniux.Runtime.NavigationBuilderICMSNavigationBuildingSession
The navigation building session to build navigations on - isBackground
- Type: SystemBoolean
If this is a background task - assetIds
- Type: System.Collections.GenericIEnumerableString
List of asset IDs to build navigations for - useCheckedOut (Optional)
- Type: SystemBoolean
If checked out assets should be included, default is false
Return Value
Type:
StringList of asset IDs that failed to build, due to errors or missing files
See Also