TDProject.CreateTDProjectChange Method
Public Shared Function CreateTDProjectChange( _
ByVal td_project_id As EntityID, _
ByVal version As Integer, _
ByVal change_type As TDProjectChangeType, _
ByVal contact_id As EntityID, _
ByVal description As String, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
Parameters
- td_project_id
- EntityID
the project id to log a change for
- version
- int
the version of the change
- change_type
- TDProjectChangeType
the change type
- contact_id
- EntityID
the id of the contact making the change
- description
- string
the description of the change
- db
- IDatabase
the db connection