C# Class HedgehogDevelopment.Scaas.Web.Framework.Controllers.ContentApiController

Our ASP.NET WebAPI Controller. System.Web.Http.ApiController is defined in System.Web.Http.dll System.Web.Http.dll is provided via NuGet package Microsoft.AspNet.WebApi.Core.4.0.20710.0
Inheritance: System.Web.Http.ApiController
Show file Open project: HedgehogDevelopment/sitecore-content-service

Public Methods

Method Description
ContentApiController ( ) : System.Collections.Generic

Initializes a new instance of the ContentApiController class.

Private Methods

Method Description
GetAncestors ( string key ) : IEnumerable
GetChildren ( string key ) : IEnumerable
GetDescendants ( string key ) : IEnumerable
GetItem ( string key ) : ContentItem
GetItems ( string key ) : IEnumerable
GetParent ( string key ) : ContentItem
GetReferrers ( string key ) : IEnumerable

Method Details

ContentApiController() public method

Initializes a new instance of the ContentApiController class.
public ContentApiController ( ) : System.Collections.Generic
return System.Collections.Generic