Click or drag to resize
IRESTServiceCreateCurrentSiteObject Method
Creates object of given type with given name and assigns it to current site.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
Stream CreateCurrentSiteObject(
	string objectType,
	Stream stream
)

Parameters

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

Return Value

Type: Stream
See Also