/
DeleteProcessById Method

DeleteProcessById Method

Deletes a process from the process database by process ID.

public void DeleteProcessById(int id);

Classes: Database


Parameters

int id



Example

The following example demonstrates 

Database.DeleteProcessById(1);

Remarks

This operation will also delete files associated with the process.

Related content

GetProcessById Method
GetProcessById Method
More like this
UpdateProcess Method
UpdateProcess Method
More like this
RemovePage Method
RemovePage Method
More like this
Database Class
Database Class
More like this
ClearPages Method
ClearPages Method
More like this
SaveProcessDynamic Method
SaveProcessDynamic Method
More like this