Clones the search preferences that are being used the current instance.
Namespace:
com.celigo.net.ServiceManagerAssembly: ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public SearchPreferences CloneSearchPreferences() |
| Visual Basic (Declaration) |
|---|
Public Function CloneSearchPreferences As SearchPreferences |
| Visual C++ |
|---|
public: SearchPreferences^ CloneSearchPreferences() |
Remarks
Use a this method to clone the SearchPreferences that are being used by the current
instance. This is useful if you want to a SearchPreferences object to be used with the Search(..) method
with only a small number of changes.