| Package | com.esri.ags.layers.supportClasses |
| Class | public class AttachmentInfo |
| Inheritance | AttachmentInfo flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| contentType : String
The file type of the attachment. | AttachmentInfo | ||
| id : Number
The id of the attachment. | AttachmentInfo | ||
| name : String
The name of the attachment. | AttachmentInfo | ||
| objectId : Number
The object ID of the attachment. | AttachmentInfo | ||
| size : Number
The size of the attachment. | AttachmentInfo | ||
| url : String
The URL of the attachment. | AttachmentInfo | ||
| contentType | property |
contentType:StringThe file type of the attachment.
This property can be used as the source for data binding.
public function get contentType():String public function set contentType(value:String):void| id | property |
id:NumberThe id of the attachment.
This property can be used as the source for data binding.
public function get id():Number public function set id(value:Number):void| name | property |
name:StringThe name of the attachment.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| objectId | property |
objectId:NumberThe object ID of the attachment.
This property can be used as the source for data binding.
public function get objectId():Number public function set objectId(value:Number):void| size | property |
size:NumberThe size of the attachment.
This property can be used as the source for data binding.
public function get size():Number public function set size(value:Number):void| url | property |
url:StringThe URL of the attachment.
This property can be used as the source for data binding.
public function get url():String public function set url(value:String):void