Help > Tables > W_Page

Table: W_Page

The page of a scanned sheet.

Column

Data type

Max. length (bytes)

Allow nulls

Description

ID

bigint

8

False

Unique identifier of the page.

SiteId

int

4

False

Currently not used.

Rev

bigint

8

False

Revision number. For internal use.

Acl

varbinary(max)

max

False

For internal use only.

MAcl

varbinary(max)

max

False

For internal use only.

SheetID

bigint

8

False

The ID of the parent sheet (ID in W_Sheet).

SheetSiteId

int

4

False

Currently not used.

Item

int

4

False

The sequence number of the page.

Rear

int

4

False

0 = front

1 = back (True if the page is a back page.)

BatchID

bigint

8

False

The ID of the root document (BatchID in W_Document).

BatchSiteId

int

4

False

Currently not used.

Identifier

nvarchar(255)

510

False

The unique identifier of the page definition.

Empty

int

4

False

0 = not blank

1 = blank (True if the page is a blank page)

SuppressCounting

int

4

False

True if this page is not to be counted.

RotationAngle

float

8

False

The angle by which the images of the medium should be rotated before they are displayed.

DeletedAt

datetime

8

True

The date when the data set was deleted from the XBOUND database (main database).

Available in XBOUND 3.8 and later.

Foreign keys

Name

Columns

FK_W_Page_W_Sheet

SheetID -> W_Sheet.ID

SheetSiteId -> W_Sheet.SiteId

Uses

The available tables

The available views