Site Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Site.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new site information record to the site table in the database. |
![]() ![]() | Delete | The Delete() method deletes the specified site name record from the site table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more site records from the site table, as specified by the filter parameters. Passing no filter parameters will retrieve all site records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified site record from the site table. |
![]() ![]() | Update | The Update() method updates all columns for the specified site records in the site table. |
![]() ![]() | UpdateRegion | The UpdateRegion() Updates or builds the time zone information for a particular region. It will update all existing regions if a regionId is not supplied |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified site records in the site table. |

