Click or drag to resize
BaseRESTServiceGetResponse Method
Returns response for modifying methods - ID and GUID of the modified object.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
protected Stream GetResponse(
	GeneralizedInfo info,
	ExportObjectSettings settings
)

Parameters

info
Type: CMS.DataEngineGeneralizedInfo
Info object which was created/updated/deleted
settings
Type: CMS.DataEngineExportObjectSettings
Export settings

Return Value

Type: Stream
See Also