Checks if the current object is in a valid state for performing operations
- 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.
true, if the current state is valid for performing operations; otherwise false
| Exception | Condition |
|---|---|
| InvalidOperationException | This excpetion is thrown if there is nor current folder or current object set. |