Admin Production rocket
Current Publication

DefaultHotspotMapName Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
DefaultHotspotMapName Property (HotSpots)
In This Topic
Gets the path and filename that the Save method saves a hotspot to when the location defined by the HotspotsMap property is read-only.
Syntax

                     
                     
'Declaration
 

                     
                     
Public ReadOnly Property DefaultHotspotMapName As String

                  

                     
                     
'Usage
 

                     
                     
Dim instance As HotSpots
Dim value As String
 
value = instance.DefaultHotspotMapName

                  

                     
                     
public string DefaultHotspotMapName {get;}

                  
Remarks
The Save method saves the in-memory hotspot collection to the hotspot file defined by the HotspotsMap property. However, if that location points at a read-only location such as the built-ins folder underneath program files\Micro Focus\reflection where files cannot be written to, then the Save method saves the file in the user's documents area (e.g. Documents\Micro Focus\Reflection\Hotspots Maps) under the name of the active session.
See Also