LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
GetItemsInfo Method
See Also 
Leadtools.Medical.Caching.Storage Namespace > IStorageProvider Interface : GetItemsInfo Method



The GetItemsInfo Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Retrieves information about the items in the user store.

Syntax

Visual Basic (Declaration) 
Function GetItemsInfo() As ItemsInfo
Visual Basic (Usage)Copy Code
Dim instance As IStorageProvider
Dim value As ItemsInfo
 
value = instance.GetItemsInfo()
C# 
ItemsInfo GetItemsInfo()
C++/CLI 
ItemsInfo^ GetItemsInfo(); 

Return Value

A strongly typed dataset Leadtools.Medical.Caching.ItemsInfo which contains information about the stored items.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also