Forum Discussion

Suhas's avatar
Suhas
Ideator I
6 years ago

internal method

what is the difference between internal method and server side method?

How Aras is compiled it it? How to check code which is present in Internal method?

How developer will create internal method?

Regards,

Suhas

1 Reply

  • According to my research, it seems that Aras does not support developers in creating internal methods directly.

    When creating a DLL, it is required to implement the IInternalMethod interface. However, currently, the IInternalMethod interface is not publicly accessible.