コード例 #1
0
 public ImportTermsHelper(BaseSPOCmdlet cmdlet, ClientContext ctx, XmlDocument xml)
 {
     _cmdlet = cmdlet;
     _ctx = ctx;
     _xml = xml;
     if (xml.DocumentElement == null)
         throw new Exception("The XML provided does not include a root element.");
 }
コード例 #2
0
 public ImportTermsHelper(BaseSPOCmdlet cmdlet, ClientContext ctx, XmlDocument xml)
 {
     _cmdlet = cmdlet;
     _ctx    = ctx;
     _xml    = xml;
     if (xml.DocumentElement == null)
     {
         throw new Exception("The XML provided does not include a root element.");
     }
 }