Click or drag to resize
IRESTServiceCreateSiteObject Method
Creates object of given type with given name assigns it to specified site.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntax
C#
Stream CreateSiteObject(
	string objectType,
	string siteName,
	Stream stream
)

Parameters

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

Return Value

Type: Stream
See Also