Table of Contents

Interface IRuleFieldDatasource

Namespace
Dynamicweb.Modules.Searching.Rules
Assembly
Dynamicweb.dll
Represents a data source for dictionary-based controls.
public interface IRuleFieldDatasource

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