C# Class btswebdoc.Web.DocsReaders.ManifestReader

Exibir arquivo Open project: riha/btswebdoc

Public Methods

Method Description
GetAllManifests ( string path ) : IEnumerable
GetCurrentManifest ( string version, string applicationRootPath ) : Manifest

Method Details

GetAllManifests() public static method

public static GetAllManifests ( string path ) : IEnumerable
path string
return IEnumerable

GetCurrentManifest() public static method

public static GetCurrentManifest ( string version, string applicationRootPath ) : Manifest
version string
applicationRootPath string
return btswebdoc.Model.Manifest