Skip to content

Commit

Permalink
extensions package for a named client
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasjurasek committed Jan 12, 2021
1 parent e2dd067 commit b144843
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Kentico.Kontent.Delivery/Helpers/DeliveryOptionsHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@

namespace Kentico.Kontent.Delivery.Helpers
{
/// <summary>
/// Helpers for a <see cref="DeliveryOptions"/>
/// </summary>
public static class DeliveryOptionsHelpers
{
/// <summary>
/// Builds the <see cref="DeliveryOptions"/> instance from the delegate.
/// </summary>
/// <param name="buildDeliveryOptions"></param>
/// <returns></returns>
public static DeliveryOptions Build(Func<IDeliveryOptionsBuilder, DeliveryOptions> buildDeliveryOptions)
{
var builder = DeliveryOptionsBuilder.CreateInstance();
Expand Down

0 comments on commit b144843

Please sign in to comment.