Click or drag to resize
DocumentQueryBaseTQuery, TObjectGetData Method
Gets data set returned by document query or custom data set. Data set can be modified by calling DocumentEvents.GetData event.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
protected override DataSet GetData()

Return Value

Type: DataSet
See Also