IRESTServiceCreateSiteObject Method |
Creates object of given type with given name assigns it to specified site.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax 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:
StreamSee Also