Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes which type to get for a document.
Syntax
typedef enum tagDOCUMENTNAMETYPE {
DOCUMENTNAMETYPE_APPNODE,
DOCUMENTNAMETYPE_TITLE,
DOCUMENTNAMETYPE_FILE_TAIL,
DOCUMENTNAMETYPE_URL,
DOCUMENTNAMETYPE_UNIQUE_TITLE,} DOCUMENTNAMETYPE;
Members
| Member | Description |
|---|---|
| DOCUMENTNAMETYPE_APPNODE | Gets the name as it appears in the application tree. |
| DOCUMENTNAMETYPE_TITLE | Gets the name as it appears on the viewer title bar. |
| DOCUMENTNAMETYPE_FILE_TAIL | Gets the file name without a path. |
| DOCUMENTNAMETYPE_URL | Gets the URL of the document. |
| DOCUMENTNAMETYPE_UNIQUE_TITLE | Gets the title appended with enumeration for identification. |
See also
Active Script Debugger Constants, Enumerations, and Structures