dGetAction (server-side)

Use this routine to create a Dictionary object containing the configuration information for an action page.

Definition

dGetAction(byVal sLookupActionID)

Parameters

sLookupActionID

A string containing the action ID, which is the path and file name of the action page relative to the Commerce Server Business Desk root.

Return Value

A Dictionary object containing the action page configuration.

Remarks

This routine returns a Dictionary object containing all of the action page configuration information, such as name, tooltip, and associated tasks. The tasks associated with this action page are relatively complex, and are returned using a subordinate SimpleList object.

This routine is available in the include file ActionPageUtil.asp.

See Also

Server-Side Routines

Client-Side Routines


All rights reserved.