Skip to main content

MediaRow Class

Specialization of a row for the Media table.

Properties​

PropertyDescription
CabinetGets or sets the cabinet name for this media row.
DiskIdGets or sets the disk id for this media row.
DiskPromptGets or sets the disk prompt for this media row.
LastSequenceGets or sets the last sequence number for this media row.
SourceGets or sets the source for this media row.
VolumeLabelGets or sets the volume label for this media row.

WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

Cabinet Property​

Gets or sets the cabinet name for this media row.

Declaration​

public string Cabinet { get; set; } 

DiskId Property​

Gets or sets the disk id for this media row.

Declaration​

public int DiskId { get; set; } 

DiskPrompt Property​

Gets or sets the disk prompt for this media row.

Declaration​

public string DiskPrompt { get; set; } 

LastSequence Property​

Gets or sets the last sequence number for this media row.

Declaration​

public int LastSequence { get; set; } 

Source Property​

Gets or sets the source for this media row.

Declaration​

public string Source { get; set; } 

VolumeLabel Property​

Gets or sets the volume label for this media row.

Declaration​

public string VolumeLabel { get; set; }