Store.Item.create()

Signature

Object create (String url, String containerName)

Domain

ACTION

Description

Creates an empty Store Item object associated with the given Container. Container must be first opened. Ref: Store.open

Parameters

NameTypeDescription
urlStringUrl of the Store
containerNameStringContainer name

Returns

TypeDescription
ObjectReturns newly created empty Store Item Object

Cautions

none