Click or drag to resize

IConfigurationImportExportServiceImportSettings Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ImportSettings(System.IO.FileInfo)"]


Namespace: RAYLASE.Marker.GUI.Common.Services
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
IReadOnlyCollection<string> ImportSettings(
	FileInfo importFile
)

Parameters

importFile  FileInfo

[Missing <param name="importFile"/> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ImportSettings(System.IO.FileInfo)"]

Return Value

IReadOnlyCollectionString

[Missing <returns> documentation for "M:RAYLASE.Marker.GUI.Common.Services.IConfigurationImportExportService.ImportSettings(System.IO.FileInfo)"]

See Also