Table of Contents

Interface IDropDownOptionActions

Namespace
Dynamicweb.Extensibility.Editors
Assembly
Dynamicweb.dll
public interface IDropDownOptionActions : IDropDownOptions
Inherited Members

Methods

GetParametersToHide(string, string)

List<string> GetParametersToHide(string dropdownName, string optionKey)

Parameters

dropdownName string
optionKey string

Returns

List<string>

GetSectionsToHide(string, string)

List<string> GetSectionsToHide(string dropdownName, string optionKey)

Parameters

dropdownName string
optionKey string

Returns

List<string>
To top