Click or drag to resize
IRESTService.CreateObject Method
Creates an object of given type specified by it's parameters.

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

Parameters

objectType
Type: System.String
Object type of the object
stream
Type: System.IO.Stream
Object data

Return Value

Type: Stream
See Also