IBaseCRMPresenter.ShowWindow(String, String, Boolean) Method
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.
public:
void ShowWindow(System::String ^ crmurl, System::String ^ frame, bool allowReplace);
public void ShowWindow (string crmurl, string frame, bool allowReplace);
abstract member ShowWindow : string * string * bool -> unit
Public Sub ShowWindow (crmurl As String, frame As String, allowReplace As Boolean)
Parameters
- crmurl
- String
- frame
- String
- allowReplace
- Boolean