SessionUrl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SessionUrl() |
Initializes a new instance of the SessionUrl class. |
SessionUrl(String, String, String, String, Boolean, Boolean) |
Initializes a new instance of the SessionUrl class. |
SessionUrl()
Initializes a new instance of the SessionUrl class.
public:
SessionUrl();
public SessionUrl ();
Public Sub New ()
Applies to
SessionUrl(String, String, String, String, Boolean, Boolean)
Initializes a new instance of the SessionUrl class.
public:
SessionUrl(System::String ^ destinationTab, System::String ^ type, System::String ^ url, System::String ^ frame, bool hideCommandBar, bool hideNavigationBar);
public SessionUrl (string destinationTab, string type, string url, string frame, bool hideCommandBar, bool hideNavigationBar);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.SessionUrl : string * string * string * string * bool * bool -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.SessionUrl
Public Sub New (destinationTab As String, type As String, url As String, frame As String, hideCommandBar As Boolean, hideNavigationBar As Boolean)
Parameters
- destinationTab
- String
Specifies the destination tab.
- type
- String
Specifies the type.
- url
- String
Specifies the URL.
- frame
- String
Specifies the frame.
- hideCommandBar
- Boolean
Specifies whether the command bar should be hidden.
- hideNavigationBar
- Boolean
Specifies whether the navigation bar should be hidden.