DocumentRESTServiceGetDocumentExportSettings Method |
Creates ExportObjectSettings object from query string parameters.
Namespace: CMS.DocumentWebServicesAssembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 12.0.0
Syntax protected TraverseObjectSettings 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:
TraverseObjectSettingsSee Also