Gets the object describing a document import operation.

Namespace: BlueCieloECM.InnoCielo.Meridian.Extensions
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
BCImportOperation ImportDetails { get; }
Visual Basic
ReadOnly Property ImportDetails As BCImportOperation
	Get
Visual C++
property BCImportOperation^ ImportDetails {
	BCImportOperation^ get ();
}

Remarks

Returns nullNothingnullptra null reference (Nothing in Visual Basic) 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