示例#1
0
 public static Uri GetWindowsIntuneUrlFromServiceInfo(XmlElement element, ITracer tracer)
 {
     return(ServiceInfoParser.GetServiceParameterUrlFromServiceInfo(element, tracer, "ODMSENDPOINTURL", string.Empty));
 }
示例#2
0
 public static Uri GetRootSiteUrlFromServiceInfo(XmlElement root, ITracer tracer)
 {
     return(ServiceInfoParser.GetServiceParameterUrlFromServiceInfo(root, tracer, "SPO_ROOTSITEURL", "http://schemas.microsoft.com/online/serviceextensions/2009/08/ExtensibilitySchema.xsd"));
 }