Click or drag to resize
BaseRESTServiceGetExportSettings Method
Creates ExportObjectSettings object from query string parameters.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
protected virtual ExportObjectSettings GetExportSettings(
	string rootName
)

Parameters

rootName
Type: SystemString
Name of the root

Return Value

Type: ExportObjectSettings
See Also