ObjVerExLatest(Vault, ObjID) Method

Returns an ObjVerEx object pointing to the latest version of the M-Files object.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static ObjVerEx Latest(
	Vault vault,
	ObjID objID
)

Parameters

vault  Vault
The vault in which the object exists.
objID  ObjID
The ObjID of the object.

Return Value

ObjVerEx
The new ObjVerEx object.

See Also