Click or drag to resize
BaseRESTServiceReturnNotFoundStatus Method
Sets the response status to Not found.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
protected Stream ReturnNotFoundStatus(
	string description = null
)

Parameters

description (Optional)
Type: SystemString
Description for the Not found status

Return Value

Type: Stream
See Also