Click or drag to resize

IConfigurationImportExportServiceExportSettings Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ExportSettings(System.IO.FileInfo,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String})"]


Namespace: RAYLASE.Marker.GUI.Common.Services
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
void ExportSettings(
	FileInfo exportFile,
	IReadOnlyList<string> userConfigsToExport,
	IReadOnlyList<string> systemConfigsToExport,
	IReadOnlyList<string> otherFilesToExport
)

Parameters

exportFile  FileInfo

[Missing <param name="exportFile"/> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ExportSettings(System.IO.FileInfo,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String})"]

userConfigsToExport  IReadOnlyListString

[Missing <param name="userConfigsToExport"/> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ExportSettings(System.IO.FileInfo,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String})"]

systemConfigsToExport  IReadOnlyListString

[Missing <param name="systemConfigsToExport"/> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ExportSettings(System.IO.FileInfo,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String})"]

otherFilesToExport  IReadOnlyListString

[Missing <param name="otherFilesToExport"/> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ExportSettings(System.IO.FileInfo,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String})"]

See Also