Table of Contents

Interface IDropDownOptionsProviderActivator

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Provides methods for activating an instance of IDropDownOptionsProvider.

public interface IDropDownOptionsProviderActivator
Extension Methods

Methods

Activate(Type)

Creates an instance of a CLR type given by optionsProviderType.

IDropDownOptionsProvider Activate(Type optionsProviderType)

Parameters

optionsProviderType Type

Drop-down options provider type.

Returns

IDropDownOptionsProvider

Exceptions

InvalidOperationException

If given optionsProviderType doesn't implement IDropDownOptionsProvider interface.

ArgumentNullException

If argument optionsProviderType is null.