TDProject.CreateTDProjectChange Method

Create a TD Project Change entry
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.
public static EntityID CreateTDProjectChange( 
EntityID td_project_id
int version
TDProjectChangeType change_type
EntityID contact_id
string description
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ CreateTDProjectChange( 
EntityID^ td_project_id
int version
TDProjectChangeType change_type
EntityID^ contact_id
String^ description
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CreateTDProjectChange( 
td_project_id : EntityID
version : int
change_type : TDProjectChangeType
contact_id : EntityID
description : String
db : IDatabase 
) : 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

Return Value

EntityID

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition