C# Class TinySite.Models.OutputFile

Inheritance: SourceFile
Exibir arquivo Open project: robmen/tinysite Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
OutputFile ( OutputFile original ) : System.IO
OutputFile ( string path, string rootPath, string outputPath, string outputRootPath, string rootUrl, string relativeUrl ) : System.IO

Method Details

OutputFile() protected method

protected OutputFile ( OutputFile original ) : System.IO
original OutputFile
return System.IO

OutputFile() protected method

protected OutputFile ( string path, string rootPath, string outputPath, string outputRootPath, string rootUrl, string relativeUrl ) : System.IO
path string
rootPath string
outputPath string
outputRootPath string
rootUrl string
relativeUrl string
return System.IO