Share via


SitesSvc_ActivateSolutions::main Method [AX 2012]

Provides an entry point for the SitesSvc_ActivateSolutions 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 Args object that is passed from the menu item.
  • _showForm
    Type: boolean
    A Boolean value that indicates whether the form will be displayed.

See Also

Reference

SitesSvc_ActivateSolutions Class