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

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
protected Stream SetObjectInternal(
	GeneralizedInfo info,
	Stream stream,
	bool isCreate,
	string siteName
)

Parameters

info
Type: CMS.DataEngineGeneralizedInfo
Info object to update/create
stream
Type: System.IOStream
Data of the object
isCreate
Type: SystemBoolean
If true new object will be created
siteName
Type: SystemString
Name of the site to which the object will be assigned (if null, original setting from stream data is preserved)

Return Value

Type: Stream
See Also