BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      ExtendedFileEntryInfo(string name, string path, long size, System.DateTime lastModified, System.IO.FileAttributes fileAttributes) Constructor
  Syntax
  
    public .ctor(string name, string path, long size, System.DateTime lastModified, System.IO.FileAttributes fileAttributes)
  Parameters
  
    - name
- Type: string
 The name of the file. 
    - path
- Type: string
 The path of the file. 
    - size
- Type: long
 The size of the file. 
    - lastModified
- Type: System.DateTime
 The last modified date (UTC) of the file. 
    - fileAttributes
- Type: System.IO.FileAttributes
 The attributes of the file.