Gets or sets the date that defines changed documents included in the result.

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

Syntax

C#
public DateTime OnlyIncludeDocumentsChangedSince { get; set; }
Visual Basic
Public Property OnlyIncludeDocumentsChangedSince As DateTime
	Get
	Set
Visual C++
public:
property DateTime OnlyIncludeDocumentsChangedSince {
	DateTime get ();
	void set (DateTime value);
}

See Also