PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
DiscArchiveAddFileToLayoutEventArgs Class Reference

Contains the parameters of the DiscArchive.OnAddFileToLayout event. More...

Inherits EventArgs.

Properties

bool AddApproved [get, set]
 Gets/sets a flag indicating whether the specified file should be added to the layout - true, or not - false.
 
DataFile File [get, set]
 Returns the details about the file that is to be added to the layout.
 
Int64 MaxFooterIncrement [get, set]
 Returns the maximum space available for the footer to grow.
 

Detailed Description

Contains the parameters of the DiscArchive.OnAddFileToLayout event.

See also
DiscArchive.OnAddFileToLayout

Property Documentation

◆ AddApproved

bool AddApproved
getset

Gets/sets a flag indicating whether the specified file should be added to the layout - true, or not - false.

Set this to false to exclude a file from the layout currently being constructed (DiscArchive.PrepareLayout). Doing so will also stop the process from traversing other directories apart from those that are in the path of the specified file.