public void OpenPageWithNameAndFunctionName( string strFullLinkFileName, string strPageName, string strFuncName )
public: void OpenPageWithNameAndFunctionName( String^ strFullLinkFileName, String^ strPageName, String^ strFuncName )
Parameters
| Parameter Name | Description |
|---|---|
| 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. |