spLoadRecord_DocUploadParts

Parameters

Parameter Parameter Type Mode Description
@PKID int IN

Definition

Copy

CREATE  Procedure [dbo].[spLoadRecord_DocUploadParts](@PKID int)
AS
select    [ID],
    [SiteContentID],
    [Name],
    [Description],
    [MaxSize],
    [UploadCaption],
    [RequiresApproval],
    [Guid],
    [MimeTypes],
    [UseMimeTypes],
    [SITEFOLDERID]
from DocUploadPart where ID = @PKID