ServerEventScript.OnAfterFolderAdded Method
Public Overridable Function OnAfterFolderAdded( _
ByVal folder_id As EntityID, _
ByVal extensions As List(Of String), _
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.
Parameters
- folder_id
- EntityID
the id of the created folder
the list of extensions
- database
- IDatabase
the database id
- user_id
- EntityID
the id of the user performing the event
- client
- IClient
- client_event_id
- long
the client event id
Return Value
OperationResponsethe operation response - error level if it should fail