GetClassNameByID
This method returns the formatted document class name for the pool entry specified by its unique ID.
Syntax
GetClassNameByID (IDHigh as Long, IDLow as Long, ClassName as String)
Parameter | Description |
---|---|
IDHigh | [in] Upper part of 64 bit unique IDs. |
IDLow | [in] Lower part of 64 bit unique IDs. |
ClassName | [out] Formatted document class name for the specified entry. |