CreateObject

Overview

Create the specified API object

Syntax

CreateObject(1)

Function Properties

Ordinal Type Description
1 string Required Name of API object to create

Example

<script runat="server">     
     var newObject = Platform.Function.CreateObject("Subscriber");
</script>
Last Updated: Jun 8, 2021