Fetch Navigation Item References Options
data class FetchNavigationItemReferencesOptions(val collectionTypes: List<NavigationCollectionType>? = null, val greedy: Boolean = false)
Options for fetching navigation item references from a ContentLocation.
Constructors
Link copied to clipboard
fun FetchNavigationItemReferencesOptions(collectionTypes: List<NavigationCollectionType>? = null, greedy: Boolean = false)