ObjVerExTryParse Method

Tries to 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 bool TryParse(
	Vault vault,
	string s,
	out ObjVerEx objVerEx
)

Parameters

vault  Vault
The vault in which the object exists.
s  String
The string to be parsed.
objVerEx  ObjVerEx
Set to the ObjVerEx object if successful.

Return Value

Boolean
True if successful

See Also