SessionStateProviderBase.HasChildItems(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- path
- String
The container to check to see if there are any children.
True if path is empty or null, false otherwise.