QueueCreateProject - validate

M

Mike

Quick question I can't find in the SDk anywhere. The "validateonly"
parameter in the Queue methods - if I want to validate my input data, I set
that to true - then what? The method doesn't return a boolean value letting
me know the result of the validation, nor does it throw an exception if the
data passed in is invalid...
 
S

Stephen Sanderlin

I believe that methods called with validateOnly set to true should throw
an exception if they encounter invalid data. What kind of data are you
putting into the ProjectDataSet when you call QueueCreateProject to try
and test this?

--

Stephen Sanderlin

Principal Consultant

MSProjectExperts



For Project Server Consulting: http://www.msprojectexperts.com

For Project Server Training: http://www.projectservertraining.com



Read my blog at: http://www.projectserverhelp.com/

Join the community at: http://forums.epmfaq.com
 
M

Mike

Just a single projectrow - it's a simple method to let a user check and see
if a name will be a valid name for a new project
 
S

Stephen Sanderlin

Top