Skip to main content

FileRow Class

Specialization of a row for the file table.

Properties​

PropertyDescription
AttributesGets or sets the attributes on a file.
ComponentGets or sets the component this file row belongs to.
CompressedGets or sets whether this file should be compressed.
DiskIdGets or sets the disk id for this file.
FileGets or sets the primary key of the file row.
FileNameGets or sets the name of the file.
FileSizeGets or sets the size of the file.
LanguageGets or sets the LCID of the file.
LongFileNameGets or sets the real filesystem name of the file (without a pipe). This is typically the long name of the file. However, if no long name is available, falls back to the short name.
PreviousSourceGets or sets the source location to the previous file.
SequenceGets or sets the sequence of the file row.
SourceGets or sets the source location to the file.
VersionGets or sets the version of the file.

WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

Attributes Property​

Gets or sets the attributes on a file.

Declaration​

public int Attributes { get; set; } 

Component Property​

Gets or sets the component this file row belongs to.

Declaration​

public string Component { get; set; } 

Compressed Property​

Gets or sets whether this file should be compressed.

Declaration​

public WixToolset.Data.YesNoType Compressed { get; set; } 

DiskId Property​

Gets or sets the disk id for this file.

Declaration​

public int DiskId { get; set; } 

File Property​

Gets or sets the primary key of the file row.

Declaration​

public string File { get; set; } 

FileName Property​

Gets or sets the name of the file.

Declaration​

public string FileName { get; set; } 

FileSize Property​

Gets or sets the size of the file.

Declaration​

public int FileSize { get; set; } 

Language Property​

Gets or sets the LCID of the file.

Declaration​

public string Language { get; set; } 

LongFileName Property​

Gets or sets the real filesystem name of the file (without a pipe). This is typically the long name of the file. However, if no long name is available, falls back to the short name.

Declaration​

public string LongFileName { get; set; } 

PreviousSource Property​

Gets or sets the source location to the previous file.

Declaration​

public string PreviousSource { get; set; } 

Sequence Property​

Gets or sets the sequence of the file row.

Declaration​

public int Sequence { get; set; } 

Source Property​

Gets or sets the source location to the file.

Declaration​

public string Source { get; set; } 

Version Property​

Gets or sets the version of the file.

Declaration​

public string Version { get; set; }