Click or drag to resize
BaseInfoGetModifiedFrom Method
Gets the DataSet of all the objects modified from specified date.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected IDataQuery GetModifiedFrom(
	DateTime from,
	Action<DataQuerySettings> parameters = null
)

Parameters

from
Type: SystemDateTime
From time
parameters (Optional)
Type: SystemActionDataQuerySettings
Parameters for the data retrieval

Return Value

Type: IDataQuery
See Also