[static]
A possible value of the IField.type property, used for
fields that contain arbitrary String values.
FieldType
Constant Detail
COMPRESSED_SIZE
Constant
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.
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.
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.
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.
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.
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.
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.