Child pages
  • Media
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

Refresh page Apr 24, 2024 19:57

Supported Clients
SmartClient WebClient NGClient MobileClient

Property Summary
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

deprecated

Gets the deprecate info for this element

Returns

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

mimeType

The MIME type of the Media object. Some examples are: 'image/jpg', 'image/png', etc.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

name

The name of the Media object.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

  • No labels