Click or drag to resize
RESTServiceUpdateCurrentSiteObject Method
Updates object of given type with given name from current site.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public Stream UpdateCurrentSiteObject(
	string objectType,
	string objectName,
	Stream stream
)

Parameters

objectType
Type: SystemString
Object type of the object
objectName
Type: SystemString
Code name of the object
stream
Type: System.IOStream
Object data

Return Value

Type: Stream

Implements

IRESTServiceUpdateCurrentSiteObject(String, String, Stream)
See Also