Asset

An (exportable) asset.

Methods:

getNormalizedName, remove, removeAll

Objects:

String

Property Listing

Property

Type

Access

Description

assetID

Int32

readonly

The UID for the asset which is unique within a document.

assetName

String

read/write

Name of the asset.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

String getNormalizedName ()

Gets the normalized name without special characters, such that it can be used as a file name.

undefined remove ()

Deletes this object.

undefined removeAll ()

Deletes all elements.

Return

Assets.add()

Assets.addFromSelection()

Assets.getByName()

Assets.getByID()

Assets.getByName()