Interface IApiContentPathResolver
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContentPathResolver
Methods
View SourceIsResolvablePath(String)
Declaration
virtual bool IsResolvablePath(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
Returns
| Type | Description |
|---|---|
| System.Boolean |
ResolveContentPath(String)
Declaration
IPublishedContent ResolveContentPath(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
Returns
| Type | Description |
|---|---|
| IPublishedContent |