WebApplicationAdapter.DoAction(HostedWebApplication+WebAction, String) Method

Definition

Called by UII whenever an action is about to be performed on the web application.

public:
 virtual bool DoAction(Microsoft::Uii::Csr::HostedWebApplication::WebAction ^ action, System::String ^ % data);
public virtual bool DoAction (Microsoft.Uii.Csr.HostedWebApplication.WebAction action, ref string data);
override this.DoAction : Microsoft.Uii.Csr.HostedWebApplication.WebAction * string -> bool
Public Overridable Function DoAction (action As HostedWebApplication.WebAction, ByRef data As String) As Boolean

Parameters

action
HostedWebApplication.WebAction

Specifies the action that is performed on the web application.

data
String

Specifies the data.

Returns

true to accept the change; otherwise, false.

Applies to