BaseRESTService.DeleteObjectInternal Method |
Deletes given objects and returns it as a result.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntaxprotected Stream DeleteObjectInternal(
GeneralizedInfo info,
string objectType
)
Parameters
- info
- Type: CMS.DataEngine.GeneralizedInfo
GeneralizedInfo to delete - objectType
- Type: System.String
Type of the object. Used for security check in case of non-existing object.
Return Value
Type:
Stream
See Also