SearchOptionsAssign Method |
Assigns the SearchOptions from the object given as the "other" parameter.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void Assign(
SearchOptions other
)
Public Sub Assign (
other As SearchOptions
)
public:
void Assign(
SearchOptions^ other
)
member Assign :
other : SearchOptions -> unit Parameters
- other SearchOptions
- The other SearchOptions to get the parameters from
See Also