ObjVerExLatest(Vault, Guid) 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,
	Guid guid
)

Parameters

vault  Vault
The vault in which the object exists.
guid  Guid
The GUID of the object.

Return Value

ObjVerEx
The new ObjVerEx object.

See Also