ProjectNode.setProjectClass Method [AX 2012]

Assigns a class to the project, which gives the project the type that the class defines.

public void setProjectClass(int classid)

Run On

Called

Parameters

classid
Type: int
The ID of the class to assign to the project.

The specified class must extend the projectNode class.

Community Additions

ADD
Show: