Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
GetAllPosts ( ) : IList |
||
GetPagedPosts ( int page, int pageSize ) : IEnumerable |
||
GetPost ( string path, string treeSha ) : |
||
GetPostBySha ( string sha ) : |
||
GetPostByUrl ( string url ) : |
public GetPagedPosts ( int page, int pageSize ) : IEnumerable |
||
page | int | |
pageSize | int | |
Résultat | IEnumerable |
public GetPost ( string path, string treeSha ) : |
||
path | string | |
treeSha | string | |
Résultat |
public GetPostBySha ( string sha ) : |
||
sha | string | |
Résultat |
public GetPostByUrl ( string url ) : |
||
url | string | |
Résultat |