SessionUrl Constructor (String, String, String, String, Boolean, Boolean)
Initializes a new instance of the SessionUrl class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim destinationTab As String
Dim type As String
Dim url As String
Dim frame As String
Dim hideCommandBar As Boolean
Dim hideNavigationBar As Boolean
Dim instance As New SessionUrl(destinationTab, type, url, frame, hideCommandBar, hideNavigationBar)
Syntax
'Declaration
Public Sub New ( _
destinationTab As String, _
type As String, _
url As String, _
frame As String, _
hideCommandBar As Boolean, _
hideNavigationBar As Boolean _
)
public SessionUrl (
string destinationTab,
string type,
string url,
string frame,
bool hideCommandBar,
bool hideNavigationBar
)
public:
SessionUrl (
String^ destinationTab,
String^ type,
String^ url,
String^ frame,
bool hideCommandBar,
bool hideNavigationBar
)
public SessionUrl (
String destinationTab,
String type,
String url,
String frame,
boolean hideCommandBar,
boolean hideNavigationBar
)
public function SessionUrl (
destinationTab : String,
type : String,
url : String,
frame : String,
hideCommandBar : boolean,
hideNavigationBar : boolean
)
Parameters
- destinationTab
Specifies the destination tab.
- type
Specifies the type.
- url
Specifies the URL.
- frame
Specifies the frame.
- hideCommandBar
Specifies whether the command bar should be hidden.
- hideNavigationBar
Specifies whether the navigation bar should be hidden.
Platforms
See Also
Reference
SessionUrl Class
SessionUrl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.