ShellBrowserBaseCheckIfValid(Boolean, Boolean) Method | 
            Checks if the current object is in a valid state for performing operations
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected bool CheckIfValid(
	bool p_ThrowException,
	bool p_FolderOnly
)
Protected Function CheckIfValid ( 
	p_ThrowException As Boolean,
	p_FolderOnly As Boolean
) As Boolean
protected:
bool CheckIfValid(
	bool p_ThrowException, 
	bool p_FolderOnly
)
member CheckIfValid : 
        p_ThrowException : bool * 
        p_FolderOnly : bool -> bool 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.
 - p_FolderOnly  Boolean
 - Only checks if the set folder is valid.
 
Return Value
Booleantrue, if the current state is valid for performing operations; otherwise 
false
Exceptions
See Also