C# Change Desciprion

Hi,

Is possible to change the Project Description via c#.

If yes, can you show me how.

Best Regards,
Tiago Martins.

Hi Tiago,

Yes, this can be done via the object model - it’s demonstrated in the “Simple DOM Sample” for C#. Look for this line:

//US: Assign new project description
proj.ProjectParameters["LL.ProjectDescription"].Contents = textBox1.Text;

The sample is also on GitHub.

Hi,

I’m using the Repository in SQL Server and using the RepositoryItem, is there any sample with this example?

Best Regards,
Tiago Martins.

You should be able to simply use repository://{...uuid...} as filename for the ProjectList class then.