Switches the client to a view with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void GotoView(
string name
)
Public Sub GotoView (
name As String
)
public:
void GotoView(
String^ name
)
member GotoView :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of the view to switch.
See Also