Share via


WebAction Members

Actions for hosted web applications.

The following tables list the members exposed by the WebAction type.

Public Constructors

  Name Description
  WebAction Overloaded constructor

Top

Public Properties

  Name Description
public property ActionID  Gets or sets the action ID. (inherited from Action)
public property GetFocus The GetFocus is used to help decide if the application should obtain focus when the action is fired. Set this property by checking the GetFocus checkbox which is located at: 1) Admin Console->Hosted Applications->[someapplication] 2) Properties menu->Actions tab 3) Edit Initialization String->Action->Build button 4) "Focus the application after action is completed." checkbox
public property Initialization  Gets or sets the action initialization information. (inherited from Action)
public property Name  Gets or sets the action name (inherited from Action)
public property QueryString Get the query string.
public property ScriptPath Get the path of the script.
public property Type Get the type the web action (e.g. None, URL, or SCRIPT).
public property Url Get the Url of the web action.
public property Verb Get the verb of the web action (e.g. GET or POST).

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

WebAction Class
Microsoft.Uii.Csr.HostedWebApplication Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.