Example #1
0
 /// <summary>
 /// Sets the data for an item in the project information.
 /// </summary>
 /// <param name="projectInfoItem">Name of the project information item</param>
 /// <param name="projectInfoData">Data for the specified project information item.</param>
 /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception>
 /// <exception cref="MPT.CSI.API.Core.Support.CSiException"></exception>
 public void SetProjectInfo(string projectInfoItem,
                            string projectInfoData)
 {
     _apiModel.SetProjectInfo(projectInfoItem, projectInfoData);
     ProjectInfoItems.Add(projectInfoItem);
     ProjectInfoData.Add(projectInfoData);
 }