Sorry, I did not explain well.
What I want is to create string alias with Help Studio. In example:
C# Code:
// This code open Help File on page HelpPage1.html
Help.ShowHelp(this, "HelpPage1.html", HelpNavigator.TableOfContents);
// This code must open HelpPage1.html too
Help.ShowHelp(this, ...