Click or drag to resize

SearchOptionsAssign Method

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

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

Parameters

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