Click or drag to resize

File Class

Represents a file
Inheritance Hierarchy
SystemObject
  Dynamicweb.FilePublisherFile

Namespace:  Dynamicweb.FilePublisher
Assembly:  Dynamicweb.FilePublisher (in Dynamicweb.FilePublisher.dll) Version: 3.0.3
Syntax
public class File

The File type exposes the following members.

Constructors
  NameDescription
Public methodFile
Initializes a new instance of the File class.
Top
Properties
  NameDescription
Public propertyFolder
Gets or sets the folder.
Public propertyFullPath
Gets the full path.
Public propertyLastWriteTime
Gets the last write time.
Public propertyLength
Gets the length.
Public propertyName
Gets the name.
Public propertySizeKB
Gets the size in KB.
Public propertySizeMB
Gets the size in MB.
Top
Methods
  NameDescription
Public methodGetDatemodified
Gets the datemodified.
Top
See Also