ServerEventScript.OnBeforeProjectCreated Method
Public Overridable Function OnBeforeProjectCreated( _
ByVal event_data As CreateProjectEventData, _
ByVal database 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 OnBeforeProjectCreated(
CreateProjectEventData event_data,
IDatabase database,
EntityID user_id,
IClient client,
long client_event_id
)
This language is not supported or no code example is available.
public:
virtual OperationResponse^ OnBeforeProjectCreated(
CreateProjectEventData^ event_data,
IDatabase^ database,
EntityID^ user_id,
IClient^ client,
long client_event_id
)
This language is not supported or no code example is available.
Parameters
- event_data
- CreateProjectEventData
the event data used to create the project
- database
- IDatabase
the database id
- user_id
- EntityID
the id of the user performing the event
- client
- IClient
the client connection
- client_event_id
- long
the client event id
Return Value
OperationResponsethe operation response - error level if it should fail