Extensions.Flash.GetFlashKey
Revision as of 04:26, 1 August 2014 by Nb (talk | contribs) (Created page with "Category:Flash == Classification == {{ClassificationActivity | GetFlashKey | Return the key of a flash session | Term | OTX Flash extension | Flash session...")
Contents
Classification
Name | GetFlashKey |
Short Description | Return the key of a flash session |
Class | Term |
Extension | OTX Flash extension |
Group | Flash session related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetFlashKey(FlashSession session);
Description
The GetFlashKey term return the key of a flash session. The key is a string value.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | The key of a 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 = GetFlashKey(flashSession);
See also
GetListOfValidFlashSessions
GetFlashSession
GetSessionPriority
GetNumberOfBlocks
IsDownloadSession
GetSessionID