ObjVerEx Constructor (Vault, Int32, Int32, Int32) |
Creates a new ObjVerEx Object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic ObjVerEx(
Vault vault,
int objType,
int id,
int version
)
Public Sub New (
vault As Vault,
objType As Integer,
id As Integer,
version As Integer
)
public:
ObjVerEx(
Vault^ vault,
int objType,
int id,
int version
)
Parameters
- vault
- Type: Vault
The vault where the M-Files object exists. - objType
- Type: SystemInt32
The object type of the M-Files object. - id
- Type: SystemInt32
The id of the M-Files object. - version
- Type: SystemInt32
The version of the M-Files object.
See Also