Skip to content

Commit 3c6eb69

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-14: Added Note to |IContentFinder
1 parent 67ac906 commit 3c6eb69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

15/umbraco-cms/reference/routing/request-pipeline/icontentfinder.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: Information about creating your own content finders
44

55
# IContentFinder
66

7+
{% hint style="info" %}
8+
The `IContentFinder` is not available when using the **Content Delivery API**. Create your own implementation of the`IApiContentPathResolver` interface to provide similar functionality.
9+
{% endhint %}
10+
711
To create a custom content finder, with custom logic to find an Umbraco document based on a request, implement the IContentFinder interface:
812

913
```csharp

0 commit comments

Comments
 (0)