Click or drag to resize

SearchOptionsAssign Method

Assigns the SearchOptions from the object given as the "other" parameter.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void Assign(
	SearchOptions other
)

Parameters

other
Type: Jam.ShellSearchOptions
The other SearchOptions to get the parameters from
See Also