View Source
Class ApiContentBuilder
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class ApiContentBuilder : ApiContentBuilderBase<IApiContent>, IApiContentBuilder
Constructors
View Source
ApiContentBuilder(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor)
Declaration
public ApiContentBuilder(IApiContentNameProvider apiContentNameProvider, IApiContentRouteBuilder apiContentRouteBuilder, IOutputExpansionStrategyAccessor outputExpansionStrategyAccessor)
Parameters
Methods
View Source
Create(IPublishedContent, String, IApiContentRoute, IDictionary<String, Object>)
Declaration
protected override IApiContent Create(IPublishedContent content, string name, IApiContentRoute route, IDictionary<string, object> properties)
Parameters
Returns