Skip to content

MediaRow Class

Specialization of a row for the Media table.

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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Gets or sets the cabinet name for this media row.

public string Cabinet { get; set; }

Gets or sets the disk id for this media row.

public int DiskId { get; set; }

Gets or sets the disk prompt for this media row.

public string DiskPrompt { get; set; }

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

public int LastSequence { get; set; }

Gets or sets the source for this media row.

public string Source { get; set; }

Gets or sets the volume label for this media row.

public string VolumeLabel { get; set; }