WS.Common.Stack.create()

Signature

Object create(String stackID)

Domain

Description

Creates a new Stack structure or returns one if exists.

Parameters

NameTypeDescription
stackIDStringThe String ID of the Stack in which the lookup is to be performed.

Returns

TypeDescription
ObjectCreates a new Stack for the given stackID or returns previously created one.

Cautions

none