C# Class SUP.AppFile

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

GetAppFiles() public static méthode

Gets the list of appfiles from
public static GetAppFiles ( string file ) : IEnumerable
file string
Résultat IEnumerable