BCFindDialogChangedDocumentIDs Property |
Gets an array of ID property values of documents changed in the dialog box.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string[] ChangedDocumentIDs { get; }
Public ReadOnly Property ChangedDocumentIDs As String()
Get
public:
property array<String^>^ ChangedDocumentIDs {
array<String^>^ get ();
}
member ChangedDocumentIDs : string[] with get
Property Value
Type:
StringSee Also