Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Allus.Keepcon.Export.Response exp = new Allus.Keepcon.Export.Response();


            exp.Content.Id                 = 1;
            exp.Content.ModerationDate     = 23123432432;
            exp.Content.ModerationDecision = "REJECTED";



            exp.Content.Tagging.Add(new Allus.Keepcon.Export.Tag("desnudo"));
            exp.Content.Tagging.Add(new Allus.Keepcon.Export.Tag("contacto"));

            txtImport.Text = exp.GetXml();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Allus.Keepcon.Export.Response exp = new Allus.Keepcon.Export.Response();


            exp.Content.Id = 1;
            exp.Content.ModerationDate = 23123432432;
            exp.Content.ModerationDecision = "REJECTED";



            exp.Content.Tagging.Add(new Allus.Keepcon.Export.Tag("desnudo"));
            exp.Content.Tagging.Add(new Allus.Keepcon.Export.Tag("contacto"));

            txtImport.Text = exp.GetXml();
        }