DocUploadPart
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
Name | nvarchar(100) | |||
Description | nvarchar(1024) | |||
MaxSize | int | yes | ||
UploadCaption | nvarchar(50) | |||
RequiresApproval | bit | Default = 0 | ||
Guid | uniqueidentifier | yes | Default = (newid()) | |
MimeTypes | xml | yes | ||
UseMimeTypes | bit | yes | Default = 1 |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
SiteContentID | int | SiteContent.ID | ||
SITEFOLDERID | int | yes | SiteFolders.FolderID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_DocUploadPart_GUID | Guid | |||
IX_DocUploadPart_SiteContentID | SiteContentID | |||
PK_DocUploadPart | ID | yes | yes | yes |