ContactSearch Control
Use the ContactSearch control in Microsoft Lync 2010 Control applications to display the ContactSearchInputBox and ContactSearchResultList controls together in the same location on a page. To display search results and search input in separate locations on a page, use the ContactSearchInputBox and ContactSearchResultList controls as separate controls.
Members
Notable ContactSearch control public properties that are related to unified communications appear in the following table. For more information, see Lync 2010 Class Libraries References.
Property |
Description |
---|---|
Gets or sets the currently selected search type. The type is a SearchType enumeration. Possible values:
|
|
Gets or sets a data structure which contains information used to customize the information that accompanies messages. For more information on the use of contextual information, see the topics listed at Contextual Conversations. |
|
The maximum number of results to return. |
Code Examples
The following example can be used for Microsoft Silverlight and Microsoft Windows Presentation Foundation (WPF) application development.
<StackPanel>
<controls:ContactSearch/>
</StackPanel>