RESTServiceCreateGlobalObject Method |
Creates global object of given type.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax public Stream CreateGlobalObject(
string objectType,
Stream stream
)
Parameters
- objectType
- Type: SystemString
Object type of the object - stream
- Type: System.IOStream
Object XML data
Return Value
Type:
StreamImplements
IRESTServiceCreateGlobalObject(String, Stream)See Also