Using this method I was able to extract ProjectUID from workflowProperties.initiationdata
Microsoft.Office.Project.Server.Library
ProjectWorkflowContext pwc = ProjectWorkflowContext.ParseXml(workflowProperties.InitiationData);
_projectUID = pwc.ProjectUid;
No comments:
Post a Comment