Create a TD Project Change entry

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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
Type: EntityID

the project id to log a change for

version
Type: int

the version of the change

change_type
Type: TDProjectChangeType

the change type

contact_id
Type: EntityID

the id of the contact making the change

description
Type: string

the description of the change

db
Type: IDatabase

the db connection

Return Value

Type: 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