Handle an event before a project is edited

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

Public Overridable Function OnBeforeProjectEdited( _ 
ByVal project_id As EntityID, _ 
ByVal db As IDatabase, _ 
ByVal user_id As EntityID, _ 
ByVal client As IClient, _ 
ByVal client_event_id As Long
) As OperationResponse
This language is not supported or no code example is available.
public virtual OperationResponse OnBeforeProjectEdited( 
EntityID project_id
IDatabase db
EntityID user_id
IClient client
long client_event_id 
)
This language is not supported or no code example is available.
public:  
virtual OperationResponse^ OnBeforeProjectEdited( 
EntityID^ project_id
IDatabase^ db
EntityID^ user_id
IClient^ client
long client_event_id 
)
This language is not supported or no code example is available.
public function OnBeforeProjectEdited( 
project_id : EntityID
db : IDatabase
user_id : EntityID
client : IClient
client_event_id : long 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

the id of the project

db
Type: IDatabase

the database

user_id
Type: EntityID

the user performing the operation

client
Type: IClient

the client object

client_event_id
Type: long

the event id

Return Value

Type: OperationResponse

the result of the operation

.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