// Token: 0x060001D2 RID: 466 RVA: 0x0000ABAF File Offset: 0x00008DAF
 string IHelpUrlGenerator.GetHelpUrl(string helpId)
 {
     return(HelpProvider.ConstructHelpRenderingUrlWithQualifierHelpId("ms.exch.setup.", helpId).ToString());
 }
Example #2
0
 public string GetHelpUrl()
 {
     return(HelpProvider.ConstructHelpRenderingUrlWithQualifierHelpId("ms.exch.setupreadiness.", ((Rule)base.Source).GetHelpId()).ToString());
 }