Packagecom.myflashlab.air.extensions.spotlight
Classpublic class AttributeSetGeneral
InheritanceAttributeSetGeneral Inheritance Object



Public Properties
 PropertyDefined By
  displayName : String
A localized string to be displayed in the UI for this item.
AttributeSetGeneral
  keywords : Array
Represents keywords associated with this particular item.
AttributeSetGeneral
  thumbnailURL : String
Optional file URL pointing to a thumbnail image for this item
AttributeSetGeneral
  title : String
The title of this particular item.
AttributeSetGeneral
Public Methods
 MethodDefined By
  
AttributeSetGeneral
Property Detail
displayNameproperty
public var displayName:String

A localized string to be displayed in the UI for this item.

keywordsproperty 
public var keywords:Array

Represents keywords associated with this particular item. Example Keywords might be Birthday,Important etc.

thumbnailURLproperty 
public var thumbnailURL:String

Optional file URL pointing to a thumbnail image for this item

titleproperty 
public var title:String

The title of this particular item. Title of the document, or it could be the title of this mp3 or a subject of a mail message.

Constructor Detail
AttributeSetGeneral()Constructor
public function AttributeSetGeneral()