Skip to main content
Is it me being stupid or is there no documentation anywhere for K2Utilities? thanks
I have a feeling it's reserved for internal use by K2...
Correct.

Please see:
http://forum.k2workflow.com/viewtopic.php?t=1726
http://forum.k2workflow.com/viewtopic.php?t=1528

Regards,
Ockert
well thats just great. :?

how am i supposed to get an xmlnodelist from a repeating field then?
we used K2Utilities because a consultant who came to our company used it in creating a prototype for us. Are we going to have problems because of this?
[quote user=1571
http://forum.k2workflow.com/viewtopic.php?t=135
http://forum.k2workflow.com/viewtopic.php?t=1380
http://forum.k2workflow.com/viewtopic.php?t=1571

and here's a sample snippet:

.Value, "my:myXMLRoot/my:EmailElements");
for (int i = 0; i < xmlNodeList.Count; i++)
{
//do something with the value of the element, maybe append it to a string
emailText += xmlNodeList.Item(i).InnerXml;
}

Reply