SitesSvc_SetupUrl::main Method [AX 2012]

Provides an entry point for the SitesSvc_SetupUrl class when it is called from a menu item.

Syntax

client server public static void main(Args _args, [boolean _showForm])

Run On

Called

Parameters

  • _args
    Type: Args Class
    The arguments for the SitesSvc_SetupUrl class.
  • _showForm
    Type: boolean
    A Boolean value that indicates whether the form will be shown; optional.

See Also

Reference

SitesSvc_SetupUrl Class