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

Contains the parameters of the DiscLayout.OnFileComplete event. More...

Inherits EventArgs.

Properties

string LayoutPath [get, set]
 Returns the path of the item within the layout.
 
string SourcePath [get, set]
 Returns the actual full path of the file on the hard drive/network location/ etc.
 

Detailed Description

Contains the parameters of the DiscLayout.OnFileComplete event.

See also
DiscLayout.OnFileComplete

Property Documentation

◆ LayoutPath

string LayoutPath
getset

Returns the path of the item within the layout.

This value may be used in DataFile.Find method to access the actual DataFile element.

See also
DataFile.Find

◆ SourcePath

string SourcePath
getset

Returns the actual full path of the file on the hard drive/network location/ etc.

See also
DataFile.FilePath