HostedWebApplication.WebAction Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Actions for hosted web applications.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Csr.Action
Microsoft.Uii.Csr.HostedWebApplication.WebAction
Syntax
public class WebAction : Action
Public Class WebAction
Inherits Action
Constructors
Name | Description | |
---|---|---|
HostedWebApplication.WebAction(Int32, String, String) | Overloaded constructor |
Properties
Name | Description | |
---|---|---|
ActionID | Gets or sets the action ID.(Inherited from Action.) |
|
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 |
|
Initialization | Gets or sets the action initialization information.(Inherited from Action.) |
|
Name | Gets or sets the action name(Inherited from Action.) |
|
QueryString | Get the query string. |
|
ScriptPath | Get the path of the script. |
|
Type | Get the type the web action (e.g. None, URL, or SCRIPT). |
|
Url | Get the Url of the web action. |
|
Verb | Get the verb of the web action (e.g. GET or POST). |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright