| 
       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:  |