ListPageInteraction.newmethod(ListPage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new PageInteraction object operating on a listPage.
protected:
void newmethod(Dynamics::AX::Application::ListPage ^ _listPage);
protected void newmethod (Dynamics.AX.Application.ListPage _listPage);
override this.newmethod : Dynamics.AX.Application.ListPage -> unit
Protected Sub newmethod (_listPage As ListPage)
Parameters
- _listPage
- ListPage
The specified ListPage object.