get Section List Suspend
suspend fun getSectionListSuspend(siteHierarchy: String, shouldIgnoreCache: Boolean = false): Either<ArcXPException, List<ArcXPSection>>
Content copied to clipboard
getSectionListSuspend This suspend function requests list of section headers that are used for navigation It is expected these results correlate with existing collections for subsequent requests
Return
Either returns either Success List
Parameters
site Hierarchy
id to query
should Ignore Cache
if true, we ignore caching for this call only