C# Class OfficeInstallGenerator.FilePathCacher

Mostra file Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Public Methods

Method Description
AddFile ( string rootPath, string filePath ) : void
FilePathCacher ( string xmlFilePath ) : System

Private Methods

Method Description
GenerateMD5Hash ( string filePath ) : string
SetAttribute ( XmlNode xmlNode, string name, string value ) : void

Method Details

AddFile() public method

public AddFile ( string rootPath, string filePath ) : void
rootPath string
filePath string
return void

FilePathCacher() public method

public FilePathCacher ( string xmlFilePath ) : System
xmlFilePath string
return System