- Namespace
- Statiq
.Common - Containing Type
- I
Document Tree Extensions
Syntax
public static DocumentList<TDocument> GetSiblingsOf<TDocument>(this IDocumentTree<TDocument> tree, TDocument document)
where TDocument : IDocument
Type Parameters
Name | Description |
---|---|
TDocument |
Parameters
Name | Type | Description |
---|---|---|
tree | IDocumentTree |
|
document | TDocument |
Return Value
Type | Description |
---|---|
DocumentList |