Gets an array of result values for documents changed in the dialog box.

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

Syntax

C#
[ObsoleteAttribute("This property is deprecated. Use "ChangedDocumentIDs" property.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Object ChangedDocuments { get; }
Visual Basic
<ObsoleteAttribute("This property is deprecated. Use "ChangedDocumentIDs" property.",  _
	True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public ReadOnly Property ChangedDocuments As Object
	Get
Visual C++
[ObsoleteAttribute(L"This property is deprecated. Use "ChangedDocumentIDs" property.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
property Object^ ChangedDocuments {
	Object^ get ();
}

Remarks

This property is deprecated. Use ChangedDocumentIDs property.

See Also