Click or drag to resize
DocumentRESTServiceGetObjectDataSetFeed Method
Returns SyndicationFeed of object dataset.

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 8.2.23
Syntax
C#
protected override SyndicationFeed GetObjectDataSetFeed(
	DataSet ds,
	string objectType,
	ExportObjectSettings settings
)

Parameters

ds
Type: System.DataDataSet
DataSet with objects data
objectType
Type: SystemString
Object type of the data inside
settings
Type: CMS.DataEngineExportObjectSettings
Export settings

Return Value

Type: SyndicationFeed
See Also