Returns the ID property value of a document with the specified revision ID property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string GetFSObjectIDWithVersionID(
	string versionID
)
Visual Basic
Public Function GetFSObjectIDWithVersionID ( _
	versionID As String _
) As String
Visual C++
public:
String^ GetFSObjectIDWithVersionID(
	String^ versionID
)

Parameters

versionID
Type: System..::..String
The ID property value of the revision.

Return Value

The ID property value of the document.

See Also