Retrieve the time specified for the user cache items to be expired.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Overridable Function GetUserCacheExpirationDuration( _
   ByVal username As String, _
   ByVal  As String _
) As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As IDICOMManage
Dim username As String
Dim extraData As String
Dim value As Integer
 
value = instance.GetUserCacheExpirationDuration(username, extraData)
  | 
 
            Parameters
- username
 
- 
            A String representing the user name to retrieve its cache expiration duration.
            
 - extraData
 
- 
            User custom data.
            
 
            
            Return Value
            The number of days for the user cache items to expire.
            
 
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also