UDM Search Skin Object

Top  Previous  Next

A skin object is also provided in case you want to integrate the membership search with your site's skin.

 

To use the skin object please register it in your skin file:

 

<%@ Register TagPrefix="dnn" TagName="UDM" Src="~/DesktopModules/DNNMasters.UDM.Search/UDM_Search_SO.ascx" %>

 

Than place the skin object in the skin by adding:

 

<dnn:UDM runat="server" id="dnnUDMSearch" ResultTabID="84" NumberOfSearch="2" />

 

 

The Skin Object requires following parameters:
ResultTabID - ID of Tab with DNNMasters UDM SearchResult module;
NumberOfSearch - Number of search panels; maximum: 3; default: 3;
Search1Fields - List of User Properties in first search panel separated by comas. Leave this parameter empty to display all User Properties;
Search2Fields - List of User Properties in second search panel separated by comas. Leave this parameter empty to display all User Properties;
Search3Fields - List of User Properties in third search panel separated by comas. Leave this parameter empty to display all User Properties;