ObjVerExLatest Method (Vault, Guid) |
Returns an ObjVerEx object pointing to the latest version of the M-Files object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static ObjVerEx Latest(
Vault vault,
Guid guid
)
Public Shared Function Latest (
vault As Vault,
guid As Guid
) As ObjVerEx
public:
static ObjVerEx^ Latest(
Vault^ vault,
Guid guid
)
Parameters
- vault
- Type: Vault
The vault in which the object exists. - guid
- Type: SystemGuid
The GUID of the object.
Return Value
Type:
ObjVerExThe new ObjVerEx object.
See Also