C# Class BasePages.Global

Inheritance: PageBaseMaster
Datei anzeigen Open project: cdadmin/clonedeploy Class Usage Examples

Public Methods

Method Description
GetMunkiResources ( string type ) : System.IO.FileInfo[]
ReadPlist ( string fileName ) : MunkiPackageInfo

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Method Details

GetMunkiResources() public method

public GetMunkiResources ( string type ) : System.IO.FileInfo[]
type string
return System.IO.FileInfo[]

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

ReadPlist() public method

public ReadPlist ( string fileName ) : MunkiPackageInfo
fileName string
return Models.MunkiPackageInfo