public void OpenPageWithNameAndFunctionName( string strFullLinkFileName, string strPageName, string strFuncName )
public: void OpenPageWithNameAndFunctionName( String^ strFullLinkFileName, String^ strPageName, String^ strFuncName )
Parameters
- strFullLinkFileName
- Full link file name of the project.
- strPageName
- Name of the page to open - if empty it will search in whole project.
- strFuncName
- Name of a function.