| Package | lc.domain |
| Class | public class DisplayAttachmentCommand |
| Inheritance | DisplayAttachmentCommand AttachmentCommand Object |
DisplayAttachmentCommand class returns the task's document that is
referenced by a TaskAttachmentInfo object. The document that is returned can
be displayed to a user.
See also
| Method | Defined By | ||
|---|---|---|---|
|
DisplayAttachmentCommand(taskAttachmentInfo:TaskAttachmentInfo = null)
Constructor.
| DisplayAttachmentCommand | ||
|
Retrieves the attachment from the task that is being held by the
TaskAttachmentInfo object.
| DisplayAttachmentCommand | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| Constant | Defined By | ||
|---|---|---|---|
| NAME : String = "DisplayAttachmentCommand" [static]
The name of the command.
| DisplayAttachmentCommand | ||
| DisplayAttachmentCommand | () | Constructor |
public function DisplayAttachmentCommand(taskAttachmentInfo:TaskAttachmentInfo = null)
Constructor.
ParameterstaskAttachmentInfo:TaskAttachmentInfo (default = null) — Specifies the TaskAttachmentInfo object
that is associated with this command.
When the value of null is used, the taskAttachmentInfo
property must be specified before the execute() method is used.
|
| execute | () | method |
public override function execute():Token
Retrieves the attachment from the task that is being held by the
TaskAttachmentInfo object.
Token — A token that permits the caller to be notified when the execution is complete.
|
| NAME | Constant |
public static const NAME:String = "DisplayAttachmentCommand"
The name of the command.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/DisplayAttachmentCommand.html