SessionStateProviderBase.HasChildItems(String) Method

Definition

Determines if there are any items.

protected:
 override bool HasChildItems(System::String ^ path);
protected:
 override bool HasChildItems(Platform::String ^ path);
 override bool HasChildItems(std::wstring const & path);
protected override bool HasChildItems (string path);
override this.HasChildItems : string -> bool
Protected Overrides Function HasChildItems (path As String) As Boolean

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