BaseInfoGeneralizedInfoWrapperGetModifiedFrom Method |
Gets the DataSet of all the objects modified from specified date.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public 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:
IDataQuerySee Also