Overview
public string function addVariant(
required string variantOf
, required string name
)
Adds a new variant of a system template
Arguments
Name | Type | Required | Description |
---|
variantOf | string | Yes | The ID of the template the variant is a child of |
name | string | Yes | The name of the new variant |