DataFilesLoadFilesInfo(SessionProfile, IListString, Boolean) Method
Loads detailed information about all specified worksheet files.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public static List<DataFile> LoadFilesInfo(
SessionProfile sessionProfile,
IList<string> files,
bool useSessionManager
)
Public Shared Function LoadFilesInfo (
sessionProfile As SessionProfile,
files As IList(Of String),
useSessionManager As Boolean
) As List(Of DataFile)
public:
static List<DataFile^>^ LoadFilesInfo(
SessionProfile^ sessionProfile,
IList<String^>^ files,
bool useSessionManager
)
static member LoadFilesInfo :
sessionProfile : SessionProfile *
files : IList<string> *
useSessionManager : bool -> List<DataFile>
- sessionProfile SessionProfile
-
Session profile.
- files IListString
-
List of full paths to files.
- useSessionManager Boolean
-
Whether to use SessionsManager for opening the files.
ListDataFile
Returns detailed information about all specified worksheet files.