Loads an ObjVerEx object based on a ObjID or ObjVer string representation
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static ObjVerEx Parse(
Vault vault,
string s
)
Public Shared Function Parse (
vault As Vault,
s As String
) As ObjVerEx
public:
static ObjVerEx^ Parse(
Vault^ vault,
String^ s
)
Parameters
- vault
- Type: Vault
The vault in which the object exists. - s
- Type: SystemString
The string to be parsed.
Return Value
Type:
ObjVerExThe new ObjVerEx object.
See Also