InvokeConfigure

Overview

Invokes the Configure method on the specified object

Syntax

InvokeConfigure(1, 2, 3, 4)

Function Properties

Ordinal Type Description
1 string Required Object on which to perform Configure method
2 string Required Method to perform on the object
3 array Required Array containing status and RequestID of API call
4 string Required API configure options to include in call. Can contain a null value.

Example

<script runat="server">     
     var StatusAndRequestID = [0,0];
     var newObject = Platform.Function.InvokeConfigure(ConfigureObject,"create",StatusAndRequestID,Options);
</script>
Last Updated: Jun 8, 2021