| Package | lc.domain |
| Class | public class DocumentReference |
| Inheritance | DocumentReference Object |
DocumentReference class provides
a reference to a document, which exists on the server.
When a Document object is returned from the server, it becomes a
DocumentReference in LiveCycle Workspace ES with a URL
to retrieve the document and a MIME type. Based on the MIME type,
Workspace ES determines whether to field the URL to the browser
(where it is a PDF or HTML file) or to load it directly (for SWF files).
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| type : String
The MIME type of the document.
| DocumentReference | ||
| url : String
The URL reference to the document.
| DocumentReference | ||
| type | property |
type:String [read-write] The MIME type of the document.
public function get type():String
public function set type(value:String):void
| url | property |
url:String [read-write] The URL reference to the document.
public function get url():String
public function set url(value:String):void
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/DocumentReference.html