Share via


WMSLocationTreeServer::newFromClient Method [AX 2012]

Creates and initializes a new instance of the class based on information from the client.

Syntax

server protected static WMSLocationTreeServer newFromClient(
    container _displayValues, 
    WMSLocationFormCaller _wmsLocationFormCaller, 
    container _callerId)

Run On

Server

Parameters

  • _displayValues
    Type: container
    Packed information about what information is needed for display.
  • _callerId
    Type: container
    Information about the caller that is used to restrict queries.

Return Value

Type: WMSLocationTreeServer Class
A new instance of the class.

See Also

Reference

WMSLocationTreeServer Class