Share via


SiteResources Table

The SiteResources table serves as a lookup mechanism for all resources that are installed in a site. Together with the ResourceProps, Resources, and Sites tables, this table stores the data for the Administration database.

Entries in the SiteResources table have a many-to-many relationship with entries in the Resources table.

The following table describes the columns of the SiteResources table.

Note

Do not modify the definition of this table for any reason. It is described here for reference.

Column

Description

i_SiteID

An integer that identifies the particular site that is associated with the corresponding resource.

This column corresponds to the i_SiteID columns in the pupdbscripts and Sites tables.

i_ResourceID

An integer that associates the identified resource with its corresponding site. Values in this column correspond to the values in the i_ResourceID columns in the pupdbscript, ResourceProps, and Resources tables.

See Also

Other Resources

ExtendedProps Table

ResourceProps Table

Resources Table

Sites Table

SystemProps Table

Resource Tables in the Administration Database