Specifies that opening a non-default container (saved or retreived from the network) is preferred, including stale containers (ones that haven't been recently refreshed from the server).
kTAGOpenTypePreferFresh
Specifies that opening a fresh version of the container (one that has been recently refreshed from the server) is preferred.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["This documentation details the `TAGContainerOpener.h` file, specifically focusing on the `TAGOpenType` enum."],["The `TAGOpenType` enum defines how a container should be opened, offering choices between prioritizing non-default or fresh containers."],["`kTAGOpenTypePreferNonDefault` prioritizes opening any existing non-default container, even if it's outdated."],["`kTAGOpenTypePreferFresh` prioritizes opening a recently refreshed container from the server."]]],["The content defines the `TAGOpenType` enumeration, which specifies preferences for opening containers. `kTAGOpenTypePreferNonDefault` prioritizes non-default containers, including stale ones. `kTAGOpenTypePreferFresh` prioritizes recently refreshed containers from the server. These options allow users to define their preference when opening a container, choosing between the most up-to-date version, or any saved or network versions.\n"]]