ObjVerExEnsureAllLoaded Method

Loads or reloads the Info (ObjectVersion) and Properties of multiple ObjVerExs with a single server call.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
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.

See Also