Table of Contents

Class UserSmartSearchDataProvider.UserTypeDataSource

Namespace
Dynamicweb.Security.UserManagement.SmartSearchProviders
Assembly
Dynamicweb.Core.dll
public class UserSmartSearchDataProvider.UserTypeDataSource : ISmartSearchRuleFieldDatasource
Inheritance
UserSmartSearchDataProvider.UserTypeDataSource
Implements
Inherited Members

Methods

GetData()

Returns the data.

public IDictionary<string, string> GetData()

Returns

IDictionary<string, string>

Data returned by the source.

SetData(IDictionary<string, string>)

Set the owner data.

public void SetData(IDictionary<string, string> OwnerData)

Parameters

OwnerData IDictionary<string, string>
To top