DataFilesLoadFilesInfo(SessionProfile, IListString, Boolean) 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,
	bool useSessionManager
)

Parameters

sessionProfile  SessionProfile
Session profile.
files  IListString
List of full paths to files.
useSessionManager  Boolean
Whether to use SessionsManager for opening the files.

Return Value

ListDataFile
Returns detailed information about all specified worksheet files.

See Also