UrlContext Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents the enumeration for the URL context. These values are taken into account in the decision of whether to display a pop-up window.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Syntax
[FlagsAttribute]
public enum UrlContext
<FlagsAttribute>
Public Enumeration UrlContext
Members
Member name | Description | |
---|---|---|
FromProxy | Specifies that the NewWindow method is being called through a marshalled Component Object Model (COM) proxy from another thread. |
|
HtmlDialog | Specifies that the new window is a dialog box that displays HTML content. |
|
None | Specifies that there is no information. |
|
OverrideKey | Specifies that the override key (ALT) was pressed.. |
|
ShowHelp | Specifies that the new window attempting to load is the result of a call to the ShowHelp method. |
|
Unloading | Specifies that the page is unloading. |
|
UserFirstInited | Specifies that the call to new window is the first query that results from this user-initiated action. |
|
UserInited | Specifies whether the call to new window is a direct or indirect result of the user-initiated action (a mouse click or key press). |
See Also
Microsoft.Uii.Csr.Browser.Web Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright