An NDoc Documented Class Library

HostIntegratorSession.InsertStringAtCursor Method 

Inserts the specified string into the current entity on the Host Integrator server starting at the current cursor position.

public virtual void InsertStringAtCursor(
   string str
);

Parameters

str
Specifies the string to insert.

Remarks

Reasons for failure include:

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorTerminalExceptionThrown if the insert fails

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace