lyrWACustomPackageParams
Contains all custom parameters defined for a given site.
Primary key: CustomPackageParamID
| Field Name | Description | Version Added |
|---|---|---|
| CustomPackageParamID | The identifier of the table (int) | 11.0 |
| PackageID | The custom Parameter Identifier from lyrWAPackages (int) | 11.0 |
| KeyName | The name of the parameter. (varchar(225)) | 11.0 |
| KeyDescription | The description of the parameter. (varchar(225)) | 11.0 |
| SiteID | The Site ID to which the parameter applies. (int) | 11.0 |
| OrderNo | The display order in the user interface. (int) | 11.0 |
| Value | The value of the custom parameter. (varchar(225)) | 11.0 |