Get a URL that represents this image using MIME Data Handler
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim mimeID As String
Dim cacheTimeInMinutes As Integer
Dim randomize As Boolean
Dim removeFromSession As Boolean
Dim value As String
value = MimeData.GetMimeUrl(mimeID, cacheTimeInMinutes, randomize, removeFromSession) |
Parameters
- mimeID
- the id used to store the mime image in session
- cacheTimeInMinutes
- Amount of time used by the cache object
- randomize
- randomize
- removeFromSession
- Remove this object from session only after the image was retrieved.
Return Value
A url representing the object in session state.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also