BaseRESTService SetObjectInternal Method Kentico 8.1 API Reference
Deletes given objects and returns it as a result.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

info
Type: CMS.DataEngine GeneralizedInfo
Info object to update/create
stream
Type: OnlineSystem.IO Stream
Data of the object
isCreate
Type: OnlineSystem Boolean
If true new object will be created
siteName
Type: OnlineSystem String
Name of the site to which the object will be assigned (if null, original setting from stream data is preserved)

Return Value

Type: OnlineStream
See Also