Dir Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see Dir members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a directory record for an entity to the Dir table. |
![]() ![]() | Delete | The Delete() method deletes the specified directory record from the Dir table. The directory is identified by the entity and sequence number to which it is associated. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more directory records from the Dir table, as specified by the filter parameters. Passing no filter parameters will retrieve all directory records from the table. |
![]() ![]() | Update | The Update() method updates all columns for the specified directory record in the Dir table. |
![]() ![]() | UpdateSequence | The UpdateSequence() method updates the sequence number for the specified directory record in the Dir table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified directory record in the Dir table. |

