DataFilesLoadFilesInfo(SessionProfile, IListString) Method

Loads detailed information about all specified worksheet files.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public static List<DataFile> LoadFilesInfo(
	SessionProfile sessionProfile,
	IList<string> files
)

Parameters

sessionProfile  SessionProfile
files  IListString
List of full paths to files.

Return Value

ListDataFile
Returns detailed information about all specified worksheet files.

See Also