ObjVerExParse Method

Loads an ObjVerEx object based on a ObjID or ObjVer string representation

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static ObjVerEx Parse(
	Vault vault,
	string s
)

Parameters

vault  Vault
The vault in which the object exists.
s  String
The string to be parsed.

Return Value

ObjVerEx
The new ObjVerEx object.

See Also