Packagecom.esri.ags.layers.supportClasses
Classpublic class AttachmentInfo
InheritanceAttachmentInfo Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

The attachment info contains informations about an attachment associated with a feature.

See also

Attachment Infos - Map Service in REST documentation


Public Properties
 PropertyDefined 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
Property Detail
contentTypeproperty
contentType:String

The file type of the attachment.

This property can be used as the source for data binding.


Implementation
    public function get contentType():String
    public function set contentType(value:String):void
idproperty 
id:Number

The id of the attachment.

This property can be used as the source for data binding.


Implementation
    public function get id():Number
    public function set id(value:Number):void
nameproperty 
name:String

The name of the attachment.

This property can be used as the source for data binding.


Implementation
    public function get name():String
    public function set name(value:String):void
objectIdproperty 
objectId:Number

The object ID of the attachment.

This property can be used as the source for data binding.


Implementation
    public function get objectId():Number
    public function set objectId(value:Number):void
sizeproperty 
size:Number

The size of the attachment.

This property can be used as the source for data binding.


Implementation
    public function get size():Number
    public function set size(value:Number):void
urlproperty 
url:String

The URL of the attachment.

This property can be used as the source for data binding.


Implementation
    public function get url():String
    public function set url(value:String):void