SessionStateProviderBase.ItemExists(String) Method

Definition

Determines if the specified item exists.

protected:
 override bool ItemExists(System::String ^ path);

Parameters

path
String

The path to the item to check. If this is null or empty, the item container is used (and always exists).

Returns

True if the item exists, false otherwise.

Applies to