ServerStation.LoadSolutionVersion Method

Begin load selection version
<ID("LoadSolutionVersion", (int)e.LoadSolutionVersion)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function LoadSolutionVersion( _ 
ByVal solutionPathName As String
) As Boolean
This language is not supported or no code example is available.
[ID("LoadSolutionVersion", (int)e.LoadSolutionVersion)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool LoadSolutionVersion( 
string solutionPathName 
)
This language is not supported or no code example is available.

Parameters

solutionPathName
string

Solution file name

Return Value

bool

Flag success

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition