BaseRESTServiceReturnNotFoundStatus Method |
Sets the response status to Not found.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntaxprotected Stream ReturnNotFoundStatus(
string description = null
)
Parameters
- description (Optional)
- Type: SystemString
Description for the Not found status
Return Value
Type:
Stream
See Also