BCSClientOpenInApplication Method |
Opens a document with the specified ID property value with the default application.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void OpenInApplication(
string objectID
)
Public Sub OpenInApplication (
objectID As String
)
Parameters
- objectID
- Type: SystemString
The ID property value of the document to open.
See Also