Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The
FieldType
class provides values for the
IField
interface.
public static const COMPRESSED_SIZE:String = CompressedSize
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for a
field that identifies the compressedSize
default property
of an IAttachment
. The value of a field of this type is a uint
.
If the ICollection.decorateFields
property is true
,
the schema will contain a field of type COMPRESSED_SIZE
whose value corresponds
to the IAttachment.compressedSize
property.
See also
public static const CREATION_DATE:String = CreationDate
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for a
field that identifies the creationDate
default property
of an IAttachment
.
The value of a field of this type is a Date
.
If the ICollection.decorateFields
property is true
,
the schema will contain a field of type CREATION_DATE
whose value corresponds
to the IAttachment.creationDate
property.
See also
public static const DATE:String = Date
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for
fields that contain arbitrary date values.
The value of a field of this type is a Date
.
See also
public static const DESCRIPTION:String = Description
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for a
field that identifies the description
default
property of an IAttachment
.
The value of a field of this type is a String
.
If the ICollection.decorateFields
property is true
,
the schema will contain a field of type DESCRIPTION
whose value corresponds
to the IAttachment.description
property.
See also
public static const FILE_NAME:String = FileName
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for a
field that identifies the fileName
default property of
an IAttachment
.
The value of a field of this type is a case-insensitive String
.
If the ICollection.decorateFields
property is true
,
the schema will contain a field of type FILE_NAME
whose value corresponds
to the IAttachment.fileName
property.
See also
public static const MOD_DATE:String = ModDate
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for a
field that identifies the modDate
default property of
an IAttachment
. The value of a field of this type is a Date
.
If the ICollection.decorateFields
property is true
,
the schema will contain a field of type MOD_DATE
whose value corresponds
to the IAttachment.modDate
property.
See also
public static const NUMBER:String = Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for
fields that contain arbitrary numeric values.
The value of a field of this type is a Number
.
See also
public static const SIZE:String = Size
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for a
field that identifies the size
default property of an
IAttachment
. The value of a field of this type is a uint
.
Output should be formatted appropriately: for example, "102 KB"
or "4 MB".
If the ICollection.decorateFields
property is true
,
the schema will contain a field of type SIZE
whose value corresponds
to the IAttachment.size
property.
See also
public static const STRING:String = String
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A possible value of the IField.type
property, used for
fields that contain arbitrary String
values.
The value of a field of this type is a case-sensitive String
.
See also
Fri Apr 15 2011, 11:10 AM -07:00