C# Class SUP.AppFile

A File which is part of the Aplication and is on the System
Inheritance: FileBase
Mostra file Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
AppFile ( string sysPath, double versionID, int fileID ) : System

Default Constructor

GetAppFiles ( string file ) : IEnumerable

Gets the list of appfiles from

Method Details

AppFile() public method

Default Constructor
public AppFile ( string sysPath, double versionID, int fileID ) : System
sysPath string Path of the File on the System
versionID double the Version ID
fileID int
return System

GetAppFiles() public static method

Gets the list of appfiles from
public static GetAppFiles ( string file ) : IEnumerable
file string
return IEnumerable