Table of Contents

Interface ISmartSearchRuleFieldDatasource

Namespace
Dynamicweb.SmartSearch.SmartSearchRules
Assembly
Dynamicweb.SmartSearch.dll
Represents a data source for dictionary-based controls.
public interface ISmartSearchRuleFieldDatasource

Methods

GetData()

Returns the data.
IDictionary<string, string> GetData()

Returns

IDictionary<string, string>
Data returned by the source.

SetData(IDictionary<string, string>)

Set the owner data.
void SetData(IDictionary<string, string> OwnerData)

Parameters

OwnerData IDictionary<string, string>
To top