C# Class Sitecore.VisualStudio.UI.ImportExportSettings.ImportExportWindow

Interaction logic for ImportExportWindow.xaml
Datei anzeigen Open project: JakobChristensen/Sitecore.Rocks.Contrib Class Usage Examples

Public Methods

Method Description
ImportExportWindow ( ) : System

Initializes a new instance of the ImportExportWindow class.

Private Methods

Method Description
Export ( [ fileName ) : void

Exports the specified file name.

ExportClick ( [ sender, [ e ) : void

Exports the click.

ExportOptions ( [ output ) : void

Exports the options.

ExportStorage ( [ output ) : void

Exports the registry.

ExportStorage ( [ output, [ path ) : void

Exports the storage.

Import ( [ fileName ) : void

Imports the specified file name.

ImportClick ( [ sender, [ e ) : void

Imports the click.

ImportOptions ( [ optionsElement ) : void

Imports the options.

ImportStorage ( [ storageElement, [ path ) : void

Imports the storage.

Method Details

ImportExportWindow() public method

Initializes a new instance of the ImportExportWindow class.
public ImportExportWindow ( ) : System
return System