Skip to main content
Hi,

Can anyone help me to get the members of a destination queue in a K2 server event and then save them in a xml data field.
The only supported way of doing this would be to use K2Mng to get back the 'Data' property of the Destination Queue.

According to the Help file:
Gets the Data of the DestQueue object as defined during the development of the DestQueue. The Data property contains a XML document generated during the Export of the Destination Queue (from K2.net Studio to K2.net Server). The XML document is the representation of the Destination Queue configured in K2.net 2003 Studio, the Data property is used to refresh the Destination Queue based on the refresh Interval of destination Queue.

Then, with this xml document/string, you can use normal .NET Directory services to obtain the members of the Destination Queue.

Hope this helps,
Ockert
Great stuff Ockert - you are the man!

Reply