This document is archived and information here might be outdated. Recommended version. |
Open a historical version by specifying a historical marker name.
[Visual Basic .NET] Public Function FindHistoricalVersionByName ( _ ByVal historicalMarkerName As String _ ) As IHistoricalVersion
[C#] public IHistoricalVersion FindHistoricalVersionByName ( string historicalMarkerName );
[C++]
HRESULT FindHistoricalVersionByName(
BSTR historicalMarkerName
);
[C++] Parameters historicalMarkerName [in]
historicalMarkerName is a parameter of type BSTR
The FindHistoricalVersionByName method can be used to find a historical version by using an existing historical marker. The input string used to locate the historical marker is case sensitive. The "DEFAULT" historical marker is unique and is not case sensitive.