IE.LaunchInternetExplorer Method (String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Launches Internet Explorer and returns the processor ID.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public static int LaunchInternetExplorer(
string url
)
Public Shared Function LaunchInternetExplorer (
url As String
) As Integer
Parameters
url
Type: System.StringSpecifies the url to navigate to. Providing null will navigate the browser to the user's homepage.
Return Value
Type: System.Int32
Returns the Internet Explorer process ID if successful, or 0.
Remarks
Requires Vista; an Exception will be thrown for platforms prior to it.
See Also
LaunchInternetExplorer Overload
IE Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright