DocumentRESTServiceGetObjectDataSetFeed Method |
Returns SyndicationFeed of object dataset.
Namespace: CMS.DocumentWebServicesAssembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 13.0.131
Syntax protected override SyndicationFeed GetObjectDataSetFeed(
DataSet ds,
string objectType,
TraverseObjectSettings settings
)
Parameters
- ds
- Type: System.DataDataSet
DataSet with objects data - objectType
- Type: SystemString
Object type of the data inside - settings
- Type: CMS.DataEngineTraverseObjectSettings
Export settings
Return Value
Type:
SyndicationFeedSee Also