C# Class TinySite.Models.BookPage

Afficher le fichier Open project: robmen/tinysite Class Usage Examples

Méthodes publiques

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

Method Details

BookPage() public méthode

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

GetWithRenderingDocument() public méthode

public GetWithRenderingDocument ( DocumentFile activeDocument ) : BookPage
activeDocument DocumentFile
Résultat BookPage