Supported Clients
SmartClient
WebClient
NGClient
MobileClient

Property Summary
String
comment

String
deprecated
Gets the deprecate info for this element
Number
encapsulation
The encapsulation mode of this Media.
String
mimeType
The MIME type of the Media object.
String
name
The name of the Media object.

Property Details

comment

Returns

String

Supported Clients

SmartClient,WebClient,NGClient

Sample

deprecated

Gets the deprecate info for this element

Returns

String the deprecate info for this element or null if it is not deprecated

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

encapsulation

The encapsulation mode of this Media. The following can be used:

- Public (available in both scripting and designer from any module)
- Module Scope - available in both scripting and designer but only in the same module.

Returns

Number the encapsulation mode/level of the persist.

Supported Clients

SmartClient,WebClient,NGClient

Sample

mimeType

The MIME type of the Media object.

Some examples are: 'image/jpg', 'image/png', etc.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient

Sample

name

The name of the Media object.

Returns

String

Supported Clients

SmartClient,WebClient,NGClient

Sample