ObjVerEx(Vault, Int32, Int32, Int32) Constructor

Creates a new ObjVerEx Object.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ObjVerEx(
	Vault vault,
	int objType,
	int id,
	int version
)

Parameters

vault  Vault
The vault where the M-Files object exists.
objType  Int32
The object type of the M-Files object.
id  Int32
The id of the M-Files object.
version  Int32
The version of the M-Files object.

See Also