SharpSchedule

ArchiveManager.GetHtmlPath Method 

Get the path to the html files for the given type/ subset of managed files or reports.

[Visual Basic]
Public Function GetHtmlPath( _
   ByVal type As ArchiveType _
) As String
[C#]
public string GetHtmlPath(
   ArchiveType type
);

Parameters

type
The type of file subset or report that is being searched for.

Return Value

Missing <returns> documentation for M:Ozanam.Schedule.Web.FileSystem.ArchiveManager.GetHtmlPath(Ozanam.Schedule.Web.FileSystem.ArchiveType)

See Also

ArchiveManager Class | Ozanam.Schedule.Web.FileSystem Namespace