WebApplicationAdapter.DoAction(HostedWebApplication+WebAction, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Specifies the action that is performed on the web application.
- data
- String
Specifies the data.
Returns
true to accept the change; otherwise, false
.