View Source
Interface IContentTypeSearchService
Assembly: Umbraco.Core.dll
Syntax
public interface IContentTypeSearchService
Methods
View Source
SearchAsync(String, Nullable<Boolean>, CancellationToken, Int32, Int32)
Declaration
Task<PagedModel<IContentType>> SearchAsync(string query, bool? isElement, CancellationToken cancellationToken, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
System.String |
query |
|
System.Nullable<System.Boolean> |
isElement |
|
CancellationToken |
cancellationToken |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns