BaseRESTServiceDeleteObjectInternal Method |
Deletes given objects and returns it as a result.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax protected Stream DeleteObjectInternal(
GeneralizedInfo info,
string objectType
)
Parameters
- info
- Type: CMS.DataEngineGeneralizedInfo
GeneralizedInfo to delete - objectType
- Type: SystemString
Type of the object. Used for security check in case of non-existing object.
Return Value
Type:
StreamSee Also