DOCUMENTNAMETYPE Enumeration

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