ShellBrowser .Net Edition
CheckIfValid Method (p_ThrowException)
NamespacesJam.ShellShellBrowserCheckIfValid(Boolean)
Checks if the current object is in a valid state for performing operations
Declaration Syntax
C#Visual BasicVisual C++
protected internal bool CheckIfValid(
	bool p_ThrowException
)
Protected Friend Function CheckIfValid ( _
	p_ThrowException As Boolean _
) As Boolean
protected public:
bool CheckIfValid(
	bool p_ThrowException
)
Parameters
p_ThrowException (Boolean)
Pass true if this function should throw an InvalidOperationException if the state is invalid. If the return value is of interest, pass false.
Return Value
true, if the current state is valid for performing operations; otherwise false
Exceptions
ExceptionCondition
InvalidOperationExceptionThis excpetion is thrown if there is nor current folder or current object set.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)