ServerEventScript.OnAfterFolderDeleted Method
Public Overridable Function OnAfterFolderDeleted( _
ByVal old_folder_id As EntityID, _
ByVal parent_project_id As EntityID, _
ByVal parent_folder_id As EntityID, _
ByVal folder_name As String, _
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 function OnAfterFolderDeleted(
old_folder_id : EntityID,
parent_project_id : EntityID,
parent_folder_id : EntityID,
folder_name : String,
db : IDatabase,
user_id : EntityID,
client : IClient,
client_event_id : long
) : OperationResponse;
This language is not supported or no code example is available.
Parameters
- old_folder_id
- EntityID
the id of the folder that was actually deleted
- parent_project_id
- EntityID
the id of the parent project
- parent_folder_id
- EntityID
the id of the parent folder
- folder_name
- string
the name of the folder being deleted
- db
- IDatabase
the database
- user_id
- EntityID
the user id
- client
- IClient
the client id
- client_event_id
- long
the client event id
Return Value
OperationResponsethe result of the operation