Serializes given DataSet to ODATA.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- ds
- Type:
System.Data DataSet
DataSet to serialize
- settings
- Type: CMS.DataEngine ExportObjectSettings
Export settings
- dataRootName
- Type:
System String
Root name
- title
- Type:
System String
Title of the feed
- description
- Type:
System String
Description of the feed
- feedUri
- Type:
System Uri
Feed URI
- itemUriPattern
- Type:
System String
Feed URI pattern (with macros, will be resolved with object data)
- modifiedDateColumn
- Type:
System String
Column with modified data
- publishDateColumn
- Type:
System String
Column with publish date
- nameColumn
- Type:
System String
Name column
- idColumn
- Type:
System String
ID column
Return Value
Type:
See Also