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

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 9.0.0
Syntax
C#
protected ExportObjectSettings GetDocumentExportSettings(
	string rootName,
	bool isSingleDocument = false
)

Parameters

rootName
Type: SystemString
Name of the root
isSingleDocument (Optional)
Type: SystemBoolean
If true, the request is a request to a single document

Return Value

Type: ExportObjectSettings
See Also