C# Class Dev2.Webs.WebSites

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CreateWebPageDialog ( string absoluteUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
CreateWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
ShowWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width, double height, string leftTitle = "", string rightTitle = "" ) : bool?

Method Details

CreateWebPageDialog() public static method

public static CreateWebPageDialog ( string absoluteUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
absoluteUriString string
callbackHandler IPropertyEditorWizard
width double
height double
leftTitle string
rightTitle string
return System.Windows.Window

CreateWebPageDialog() public static method

public static CreateWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width = 800, double height = 600, string leftTitle = "", string rightTitle = "" ) : Window
environment this
website string
relativeUriString string
callbackHandler IPropertyEditorWizard
width double
height double
leftTitle string
rightTitle string
return System.Windows.Window

ShowWebPageDialog() public static method

public static ShowWebPageDialog ( this environment, string website, string relativeUriString, IPropertyEditorWizard callbackHandler, double width, double height, string leftTitle = "", string rightTitle = "" ) : bool?
environment this
website string
relativeUriString string
callbackHandler IPropertyEditorWizard
width double
height double
leftTitle string
rightTitle string
return bool?