Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Program Files (x86)/Microsoft Office/Templates/1028/DocLibs11/doclib2.tem/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Program Files (x86)/Microsoft Office/Templates/1028/DocLibs11/doclib2.tem/CONFIG.FPR
sub customize
    rem new doc lib template customization
    
    rem cause doc lib to have expire view and related fields
    service.ProvisionExpire(doc)

    rem set archive option for -1 lookups
    service.SetArchiveOption(doc, 5)

    rem archive options -1 to 10
    rem BF-backup folder name
    rem DL-DocLib folder name
    rem DLS-DocLib sub folder name
    rem DATE-reverse sort date string
    rem -1 -- lookup value, 3rd arg to service.copydoc, movedoc, or archivedoc
    rem 0 -- BF
    rem 1 -- BF/DATE
    rem 2 -- BF/DLS
    rem 3 -- BF/DATE/DLS
    rem 4 -- BF/DLS/DATE
    rem 5 -- BF/DL/DLS
    rem 6 -- BF/DATE/DL/DLS
    rem 7 -- BF/DL/DLS/DATE
    rem 8 -- BF/DL
    rem 9 -- BF/DL/DATE
    rem 10 -- BF/DL/DATE/DLS
end sub