Current Directory:
\\10.5.0.10\iis\Sites\goprint2.com\www\
Contents:
Directories:
App_Code
App_Data
App_GlobalResources
App_LocalResources
App_WebReferences
articles
aspnet_client
Bin
common
designer
dillners
images
img
includes
kwikkopy
order_centre
printthree
RadControls
update
WebServices
Files:
about_us.aspx | Download
about_us.aspx.vb | Download
contact_us.aspx | Download
contact_us.aspx.vb | Download
create_user.aspx | Download
create_user.aspx.vb | Download
Default.aspx | Download
Default.aspx.vb | Download
discount.aspx | Download
discount.aspx.vb | Download
domain_activation.aspx | Download
domain_activation.aspx.vb | Download
downloadPD.aspx | Download
downloadPD.aspx.vb | Download
download_error.aspx | Download
download_error.aspx.vb | Download
email_policy.aspx | Download
email_policy.aspx.vb | Download
error_page.aspx | Download
error_page.aspx.vb | Download
faq.aspx | Download
faq.aspx.vb | Download
favicon.ico | Download
FileNotFound.htm | Download
generate_print_driver_step1.aspx | Download
generate_print_driver_step1.aspx.vb | Download
generate_print_driver_step2.aspx | Download
generate_print_driver_step2.aspx.vb | Download
generate_print_driver_step3.aspx | Download
generate_print_driver_step3.aspx.vb | Download
Global.asax | Download
header.fla | Download
header.swf | Download
home.aspx | Download
home.aspx.vb | Download
jsincluding.js | Download
login.aspx | Download
login.aspx.vb | Download
marcelito.txt | Download
packages.aspx | Download
packages.aspx.vb | Download
password_recovery.aspx | Download
password_recovery.aspx.vb | Download
PrintIt.master | Download
PrintIt.master.vb | Download
PrintIt.sitemap | Download
PrintItEs.sitemap | Download
PrintItFr.sitemap | Download
PrintIt_CreateUser.master | Download
PrintIt_CreateUser.master.vb | Download
PrintIt_OutSide.master | Download
PrintIt_OutSide.master.vb | Download
privacy_policy.aspx | Download
privacy_policy.aspx.vb | Download
proba.aspx | Download
proba.aspx.vb | Download
robots.txt | Download
sample.txt | Download
show_sess_par.aspx | Download
show_sess_par.aspx.vb | Download
site_map.aspx | Download
site_map.aspx.vb | Download
site_map.xml | Download
sRacadUploader.jar | Download
sRacadUploader_last.jar | Download
terms_and_conditions.aspx | Download
terms_and_conditions.aspx.vb | Download
terms_of_service.aspx | Download
terms_of_service.aspx.vb | Download
test.txt | Download
testimonials.aspx | Download
testimonials.aspx.vb | Download
TextDraw.html | Download
udraw-designer-widescreen-ui.zip | Download
web.config | Download
websites-for-printers.aspx | Download
websites-for-printers.aspx.vb | Download
File Preview:
Imports Microsoft.VisualBasic
Public Class FileDetails
Private _id As Integer
Private _jobId As Integer
Private _customerId As Integer
Private _storeId As Integer
Private _fileName As String
Private _fileSize As Double
Private _emailSent As String
Private _ftpSent As String
Private _dateTime As DateTime
Private _uploadMethod As String
Private _needDownload As String
Private _serverLocation As String
Private _downloadId As String
Private _newFileName As String
Public Sub FileDetails()
End Sub
Public Property Id() As Integer
Get
Return _id
End Get
Set(ByVal value As Integer)
_id = value
End Set
End Property
Public Property JobId() As Integer
Get
Return _jobId
End Get
Set(ByVal value As Integer)
_jobId = value
End Set
End Property
Public Property CustomerId() As Integer
Get
Return _customerId
End Get
Set(ByVal value As Integer)
_customerId = value
End Set
End Property
Public Property StoreId() As Integer
Get
Return _storeId
End Get
Set(ByVal value As Integer)
_storeId = value
End Set
End Property
Public Property FileName() As String
Get
Return _fileName
End Get
Set(ByVal value As String)
_fileName = value
End Set
End Property
Public Property FileSize() As Double
Get
Return _fileSize
End Get
Set(ByVal value As Double)
_fileSize = value
End Set
End Property
Public Property EmailSent() As String
Get
Return _emailSent
End Get
Set(ByVal value As String)
_emailSent = value
End Set
End Property
Public Property FtpSent() As String
Get
Return _ftpSent
End Get
Set(ByVal value As String)
_ftpSent = value
End Set
End Property
Public Property DateTime() As DateTime
Get
Return _dateTime
End Get
Set(ByVal value As DateTime)
_dateTime = value
End Set
End Property
Public Property UploadMethod() As String
Get
Return _uploadMethod
End Get
Set(ByVal value As String)
_uploadMethod = value
End Set
End Property
Public Property NeedDownload() As String
Get
Return _needDownload
End Get
Set(ByVal value As String)
_needDownload = value
End Set
End Property
Public Property ServerLocation() As String
Get
Return _serverLocation
End Get
Set(ByVal value As String)
_serverLocation = value
End Set
End Property
Public Property DownloadId() As String
Get
Return _downloadId
End Get
Set(ByVal value As String)
_downloadId = value
End Set
End Property
Public Property NewFileName() As String
Get
Return _newFileName
End Get
Set(ByVal value As String)
_newFileName = value
End Set
End Property
End Class