Has the basic project info changed?

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

Public Shared Function HasProjectChanged( _ 
ByVal project_id As EntityID, _ 
ByVal date As Date, _ 
ByVal db As IDatabase
) As Boolean
This language is not supported or no code example is available.
public static bool HasProjectChanged( 
EntityID project_id
DateTime date
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static bool HasProjectChanged( 
EntityID^ project_id
DateTime date
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function HasProjectChanged( 
project_id : EntityID
date : DateTime
db : IDatabase 
) : boolean;
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

the id of the project

date
Type: DateTime

the date of the change

db
Type: IDatabase

the db connection

Return Value

Type: bool

whether or not it was changed

.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