Resolves and returns the icon URL for a document stored in the Axion document system.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
Document identifier (passed to ObjDocument.read) |
Param2 |
Secondary identifier / type (passed to ObjDocument.read) |
Instantiates ObjDocument.Document, reads the document by Param1/Param2, sets BaseUrl from get_ini_value("site", "url"), then returns get_icon_url().
Returns the icon URL string for the document.
ObjDocument from factory.reportObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextDocicon.py
Updated : 2025-10-02