SessionsManager.GetFiles Method

Retrieves the names of files according to the specified FileTypes and FileOrigins.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public List<string> GetFiles(
	FileTypes fileType,
	FileOrigins fileOrigins
)

Parameters

fileType  FileTypes
Type of files to get.
fileOrigins  FileOrigins
Origins to get the files from.

Return Value

List<String>
Names of files which are found.

  Note

The format of file names (absolute or relative path, which folder is the base, encoding, etc) depends on the platform. The file names must be passed into GetFileByName(String) in order to get the files.

See Also