View Source
Class SearchDataTypeItemController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class SearchDataTypeItemController : DatatypeItemControllerBase
Constructors
View Source
SearchDataTypeItemController(IEntitySearchService, IDataTypeService, IUmbracoMapper)
Declaration
public SearchDataTypeItemController(IEntitySearchService entitySearchService, IDataTypeService dataTypeService, IUmbracoMapper mapper)
Parameters
Type |
Name |
Description |
IEntitySearchService |
entitySearchService |
|
IDataTypeService |
dataTypeService |
|
IUmbracoMapper |
mapper |
|
Methods
View Source
Search(CancellationToken, String, Int32, Int32)
Declaration
public async Task<IActionResult> Search(CancellationToken cancellationToken, string query, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.String |
query |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns
Type |
Description |
Task<IActionResult> |
|