ArcFM Responder Mobile Developer Guide
Show Method (Help)






The resource page to show
Open the default web browser the the specified page. Will prepend http://resources.arcfmsolution.com/10.2.1c/ to the page
Syntax
'Declaration
 
Public Shared Sub Show( _
   ByVal page As System.String _
) 
'Usage
 
Dim page As System.String
 
Help.Show(page)
public static void Show( 
   System.string page
)
public procedure Show( 
    page: System.String
); static; 
public static function Show( 
   page : System.String
);
public: static void Show( 
   System.string* page
) 
public:
static void Show( 
   System.String^ page
) 

Parameters

page
The resource page to show
Example
// open the current version of help for the ArcFMToolBar Help.Show("DesktopUsing/webframe.html#ArcFM_Toolbar.html")
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Help Class
Help Members

Send Feedback