executeSnippet() private method

private executeSnippet ( string snippet ) : string
snippet string
return string
/*        [WebMethod(EnableSession = true)] [Admin]	           public List<KeyValue<Guid, string>>				Data_GuidanceItems_FileMappings()
 *                                                                                  {
 *                                                                                      return TM_Xml_Database.Current.GuidanceItems_FileMappings.ConvertDictionary();
 *                                                                                  }
 *      [WebMethod(EnableSession = true)] [Admin]	           public List<KeyValue<Guid, TeamMentor_Article>> Data_GuidanceItems_Cached_GuidanceItems()
 *                                                                                  {
 *                                                                                      return TM_Xml_Database.Current.Cached_GuidanceItems.ConvertDictionary();
 *                                                                                  }*/

        [WebMethod(EnableSession = true)][Admin]                  public string                REPL_ExecuteSnippet(string snippet)
        {
            return(REPL.executeSnippet(snippet));
        }