View Source
Class GetHelpController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class GetHelpController : HelpControllerBase
Constructors
View Source
GetHelpController(IOptionsMonitor<HelpPageSettings>, ILogger<GetHelpController>, IJsonSerializer)
Declaration
public GetHelpController(IOptionsMonitor<HelpPageSettings> helpPageSettings, ILogger<GetHelpController> logger, IJsonSerializer jsonSerializer)
Parameters
Type |
Name |
Description |
IOptionsMonitor<HelpPageSettings> |
helpPageSettings |
|
ILogger<GetHelpController> |
logger |
|
IJsonSerializer |
jsonSerializer |
|
Methods
View Source
Get(CancellationToken, String, String, Int32, Int32, String)
Declaration
public async Task<IActionResult> Get(CancellationToken cancellationToken, string section, string tree, int skip = 0, int take = 100, string baseUrl = "https://our.umbraco.com")
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.String |
section |
|
System.String |
tree |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
System.String |
baseUrl |
|
Returns
Type |
Description |
Task<IActionResult> |
|