Difference between revisions of "Extensions.Flash.GetSessionID"

From emotive
Jump to navigation Jump to search
(Created page with "Category:Flash == Classification == {{ClassificationActivity | GetSessionID | Specifies the identifier of a referenced flash session | Term | Flash|OTX Flash extensi...")
(No difference)

Revision as of 04:23, 1 August 2014

Classification

Name GetSessionID
Short Description Specifies the identifier of a referenced flash session
Class Term
Extension OTX Flash extension
Group Flash session related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

String GetSessionID(FlashSession session);

Description

The GetSessionID term returns the identifier of a referenced flash session. The identifier is a string value.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
String The identifier of a referenced flash session.

Properties

Name Data Type Class Default Cardinality Description
Session FlashSession Term - [1] This element represent the FlashSession to be used.

Examples

String result = GetSessionID(flashSession);

See also

GetListOfValidFlashSessions
GetFlashSession
GetSessionPriority
GetNumberOfBlocks
IsDownloadSession
GetFlashKey