C# Class TinySite.Models.BookPage

Show file Open project: robmen/tinysite Class Usage Examples

Public Methods

Method Description
BookPage ( DocumentFile document, bool chapterPage = false ) : System.Collections.Generic
GetWithRenderingDocument ( DocumentFile activeDocument ) : BookPage

Method Details

BookPage() public method

public BookPage ( DocumentFile document, bool chapterPage = false ) : System.Collections.Generic
document DocumentFile
chapterPage bool
return System.Collections.Generic

GetWithRenderingDocument() public method

public GetWithRenderingDocument ( DocumentFile activeDocument ) : BookPage
activeDocument DocumentFile
return BookPage