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

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 8.2.23
Syntax
C#
protected override ExportObjectSettings GetExportSettings(
	string rootName
)

Parameters

rootName
Type: SystemString
Name of the root

Return Value

Type: ExportObjectSettings
See Also