Get any project attributes that have changed

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

Public Shared Sub GetChangedProjectAttributes( _ 
ByVal project_id As EntityID, _ 
ByVal date As Date, _ 
ByVal db As IDatabase, _ 
ByRef changed_attribs As List(Of AttributeInfo), _ 
ByRef deleted_attribs As List(Of EntityID) _ 
)
This language is not supported or no code example is available.
public static void GetChangedProjectAttributes( 
EntityID project_id
DateTime date
IDatabase db
out List<AttributeInfo> changed_attribs
out List<EntityID> deleted_attribs 
)
This language is not supported or no code example is available.
public:  
static void GetChangedProjectAttributes( 
EntityID^ project_id
DateTime date
IDatabase^ db
List<AttributeInfo^>^& changed_attribs
List<EntityID^>^& deleted_attribs 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

the project id

date
Type: DateTime

the date we're looking for changes after

db
Type: IDatabase

the db db

changed_attribs
Type: List<AttributeInfo>

the list of changed attributes

deleted_attribs
Type: List<EntityID>

the list of deleted attributes

.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