Project.HasProjectChanged Method

Has the basic project info changed?
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
EntityID

the id of the project

date
DateTime

the date of the change

db
IDatabase

the db connection

Return Value

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

In this article

Definition