Click or drag to resize

ConfigurationImportExportServiceImportSettings Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Services.ConfigurationImportExportService.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#
public IReadOnlyCollection<string> ImportSettings(
	FileInfo importFile
)

Parameters

importFile  FileInfo

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

Return Value

IReadOnlyCollectionString

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

Implements

IConfigurationImportExportServiceImportSettings(FileInfo)
See Also