Click or drag to resize
BaseRESTServiceDeleteObjectInternal Method
Deletes given objects and returns it as a result.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
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: Stream
See Also