Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Show in webframe

Contains Method (IStorageProvider)






A System.String that identifies the item to check for.
Determines whether the user store contains an item with the specified Id .
Syntax
bool Contains( 
   string Id
)
'Declaration
 
Function Contains( _
   ByVal Id As String _
) As Boolean
'Usage
 
Dim instance As IStorageProvider
Dim Id As String
Dim value As Boolean
 
value = instance.Contains(Id)

            

            
bool Contains( 
   String^ Id
) 

Parameters

Id
A System.String that identifies the item to check for.

Return Value

true if the item is found in the user store ; otherwise, false.
Requirements

Target Platforms

See Also

Reference

IStorageProvider Interface
IStorageProvider Members

Error processing SSI file