PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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. More...
 
string SourcePath [get, set]
 Returns the actual full path of the file on the hard drive/network location/ etc. More...
 

Detailed Description

Contains the parameters of the DiscLayout.OnFileComplete event.

See Also
DiscLayout.OnFileComplete

Property Documentation

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
string SourcePath
getset

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

See Also
DataFile.FilePath