Click or drag to resize

BCFindDialogSelectionID Property

Gets or sets the ID property value of the object selected in the dialog box.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public string SelectionID { get; }

Property Value

Type: String
Remarks
The object might be either a document (BCDocument), or a static collection (BCSelection), or a dynamic collection (BCGlobalSearchQuery) or a stored search (BCStoredSearchQuery).
See Also