Click or drag to resize
IBCExtensionHostImportDetails Property
Gets the object describing a document import operation.

Namespace: BlueCieloECM.InnoCielo.Meridian.Extensions
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
BCImportOperation ImportDetails { get; }

Property Value

Type: BCImportOperation
Remarks

Returns if the operation is not defined.

During the process of creating a new document, the BlueCielo Meridian client applications provide this interface. It allows extension code to query information about the new document.

See Also