Class CPFileSystemBaseClass.FileDetail
- Namespace
- Contensive.BaseClasses
- Assembly
- CPBase.dll
argument details for file and folder methods
public class CPFileSystemBaseClass.FileDetail
- Inheritance
-
CPFileSystemBaseClass.FileDetail
- Inherited Members
Properties
Attributes
File system attributes.
public int Attributes { get; set; }
Property Value
DateCreated
Date the file was created.
public DateTime? DateCreated { get; set; }
Property Value
DateLastAccessed
Date the file was last accessed.
public DateTime? DateLastAccessed { get; set; }
Property Value
DateLastModified
Date the file was last modified.
public DateTime? DateLastModified { get; set; }
Property Value
Extension
File extension derived from the file name.
public string Extension { get; }
Property Value
Name
File name including extension.
public string Name { get; set; }
Property Value
Size
File size in bytes.
public long Size { get; set; }
Property Value
Type
File type description.
public string Type { get; set; }