PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
DiscArchiveRequestRenameEventArgs Class Reference

Provides data for the DiscArchive.OnRequestRename event. More...

Inherits EventArgs.

Properties

string NewLayoutPath [get, set]
 Gets the new layout path to the item to be renamed. More...
 
string OriginalLayoutPath [get, set]
 Gets the original layout path to the item for which a new layout name is to be generated. More...
 
bool RenameApproved [get, set]
 Gets/sets a flag indicating whether the suggested rename operation should be performed - true, or not - false. More...
 

Detailed Description

Provides data for the DiscArchive.OnRequestRename event.

See Also
DiscArchive.OnRequestRename

Property Documentation

string NewLayoutPath
getset

Gets the new layout path to the item to be renamed.

string OriginalLayoutPath
getset

Gets the original layout path to the item for which a new layout name is to be generated.

bool RenameApproved
getset

Gets/sets a flag indicating whether the suggested rename operation should be performed - true, or not - false.