Beispiel #1
0
        public static Uri ConstructHelpRenderingUrl(string helpAttributeId)
        {
            string contentId = HelpProvider.GetAppQualifier() + helpAttributeId;

            return(HelpProvider.UrlConstructHelper(contentId, new string[]
            {
                HelpProvider.GetLoginInfo()
            }));
        }
Beispiel #2
0
        internal static Uri ConstructHelpRenderingUrl(string helpAttributeId, ExchangeRunspaceConfiguration rbacConfiguration)
        {
            string contentId = HelpProvider.GetAppQualifier() + helpAttributeId;

            return(HelpProvider.UrlConstructHelper(contentId, new string[]
            {
                HelpProvider.GetLoginInfo(),
                HelpProvider.GetServicePlanInfo(rbacConfiguration)
            }));
        }