- Namespace
- Statiq
.Common - Containing Type
- ShouldExtensions
Syntax
public static void ShouldNotHaveDestination<TDocument>(this IEnumerable<TDocument> documents, NormalizedPath destinationPath, string customMessage = null)
where TDocument : class, IDocument
Type Parameters
Name | Description |
---|---|
TDocument |
Parameters
Name | Type | Description |
---|---|---|
documents | IEnumerable |
|
destinationPath | NormalizedPath | |
customMessage | string |