static public List<Contents> GetPages()
static public Contents PagesFromReader(SqlDataReader reader)
static public List<Contents> GetContents(string Page)
static public List<Contents> GetWorkingContents(string Page)
static public List<Contents> GetCodeContents(string Page)
static public Contents ContentsFromReader(SqlDataReader reader)
static public void EditContents(int original_textID, string Application, string Page,
string hdr1, string hdr2, string hdr3, string hdr4,
string hdr5, string hdr6, string hdr7, string hdr8,
string fld1, string fld2, string fld3, string fld4,
string fld5, string fld6, string fld7, string fld8,
string fld9, bool IsPublic, string strLanguage)
static public void AddPage(string Page, bool IsPublic)