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
)
Public Sub Assign (
other As SearchOptions
)
public:
void Assign(
SearchOptions^ other
)
member Assign :
other : SearchOptions -> unit
Parameters
- other
- Type: Jam.ShellSearchOptions
The other SearchOptions to get the parameters from
See Also