IApplicationFreetextSearch Method |
Show Freetext search dialog with i_SearchStr and starts the search
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid FreetextSearch(
string i_SearchStr
)
Sub FreetextSearch (
i_SearchStr As String
)
Dim instance As IApplication
Dim i_SearchStr As String
instance.FreetextSearch(i_SearchStr)
void FreetextSearch(
[InAttribute] String^ i_SearchStr
)
Parameters
- i_SearchStr
- Type: SystemString
See Also