ConnectionShowWizard Method |
Shows wizard pages for the document
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic void ShowWizard(
string vaultidentifier,
string docid
)
Public Sub ShowWizard (
vaultidentifier As String,
docid As String
)
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Remarks
See Also