Skip to main content

extendLibraryCollectionByKeyAsync

Creates a new extended variable collection from a library or local variable collection with the given name.

Signature

extendLibraryCollectionByKeyAsync(collectionKey: string, name: string): Promise<ExtendedVariableCollection>

Parameters

collectionKey

The key of the library or local variable collection to extend.

name

The name of the newly created variable collection.

info

This API is limited to the Enterprise plan. If limited by the current pricing tier, this method will throw an error with the message in extend: Cannot create extended collections outside of enterprise plan.