SessionStateProviderBase.HasChildItems(String) Method

Definition

Determines if there are any items.

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

Parameters

path
String

The container to check to see if there are any children.

Returns

True if path is empty or null, false otherwise.

Applies to