ObjVerExEnsureAllLoaded Method
Loads or reloads the Info (ObjectVersion) and Properties of multiple ObjVerExs with a single server call.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static void EnsureAllLoaded(
IEnumerable<ObjVerEx> objVerExs,
bool allowMissing = false
)
Parameters
- objVerExs IEnumerableObjVerEx
- The objVerExs to refresh.
- allowMissing Boolean (Optional)
-
Indicates whether missing object versions will cause an error, or simply not load.