Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

While trying the Step by Step guide of SharePoint Workflow, I am stuck with CreationData collection. This is referred in Page 135 of 7 Development Projects for Microsoft Office SharePoint Server 2007 and Windows SharePoint Services PDF that I downloaded from Microsoft website.

Does anyone know how to proceed?

share|improve this question
Can you described a bit more? What is working and what isn't? – Jaap Vossers Sep 20 '10 at 10:20
After typing workflowProperties, when I type dot, I don't see any property/method with name CreationData. – kamleshrao Sep 20 '10 at 12:37

2 Answers

Was this PDF written for a pre-release version of WSS3? There is no such collection as CreationData in the SPWorkflowActivationProperties class.

share|improve this answer
Well spotted :) I just saw the front cover and noticed "Based on May 2006 pre-release code". Let me check if I can get any new version of this PDF. – kamleshrao Sep 20 '10 at 18:42
Googled... No luck, could not find the updated PDF so far. – kamleshrao Sep 21 '10 at 9:01

Not sure but you can try this:

workflowProperties.Item["Comments"].ToString();
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.