IRESTServiceCreateObject Method |
Creates an object of given type specified by it's parameters.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 12.0.0
Syntax Stream CreateObject(
string objectType,
Stream stream
)
Parameters
- objectType
- Type: SystemString
Object type of the object - stream
- Type: System.IOStream
Object data
Return Value
Type:
StreamSee Also