Function tip_GetId


Prototype: tip_GetId(Document);
Arguments:

Document: A Document object. (CDM_Document)


Prototype: tip_GetId(Annotation);
Arguments:

Document: A Document object. (CDM_Document)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

tip_GetId(Document):
This function will return the Id of the specified Document. The Id is the file name of the initial file that contained the text which was used in order to create the specified Document. The returned value will be encoded using the UTF-8 encoding (thus enabling the existance of non Latin characters in the value).

The return value will be of type string.

tip_GetId(Annotation):

Notes:

tip_GetId(Document):
This function is equivelant to CDM_GetId (C++ API).

tip_GetId(Annotation):


Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.