WoFile Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see WoFile members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new work order file record to the Wo_File table. |
![]() ![]() | Delete | The Delete() method deletes the specified standard operation step file record from the Wo_File table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more work order file records from the Wo_File table, as specified by the filter parameters. Passing no filter parameters will remove all standard operation step file records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more work order file records from the Wo_File table, as specified by the filter parameters. Passing no filter parameters will retrieve all standard work order records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified work order file record from the Wo_File table. |
![]() ![]() | Update | The Update() method updates all columns for the specified work order file record in the Wo_File table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified work order file record in the Wo_File table. |

