BCSClientOpenInApplication Method |
Opens a document with the specified ID property value with the default application.
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 OpenInApplication(
string objectID
)
Public Sub OpenInApplication (
objectID As String
)
public:
void OpenInApplication(
String^ objectID
)
member OpenInApplication :
objectID : string -> unit
Parameters
- objectID
- Type: SystemString
The ID property value of the document to open.
See Also