Share via


AxdBase::getDocumentClassIdList Method [AX 2012]

Returns a list of class IDs that identify the document classes in Microsoft Dynamics AX.

Syntax

server public static List getDocumentClassIdList()

Run On

Server

Return Value

Type: List Class
A list of class IDs, one class ID per non-abstract class, in the AxdBase class inheritance hierarchy.

Examples

The following example shows how to get the list of class IDs that identify the document classes in Microsoft Dynamics AX.

    List        classIdList; 
 
    classIdList = AxdBase::getDocumentClassIdList();

See Also

Reference

AxdBase Class