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

Provides an interface for setting various properties of UDF file and directory items. More...

Properties

UdfPermissions DirPermissions [get, set]
 Gets/Sets the directory access permissions. More...
 
IList< UdfExtentExtents [get]
 Gets the list of the UDF extents defined for the file. More...
 
UdfPermissions FilePermissions [get, set]
 Gets/Sets the file access permissions. More...
 

Detailed Description

Provides an interface for setting various properties of UDF file and directory items.

Version
2.04
See Also
DataFile.UdfFileProps

Property Documentation

UdfPermissions DirPermissions
getset

Gets/Sets the directory access permissions.

The default permissions are set to UdfPermissions.ReadExecute

See Also
PrimoSoftware.Burner.UdfPermissions
IList<UdfExtent> Extents
get

Gets the list of the UDF extents defined for the file.

Version
2.20
UdfPermissions FilePermissions
getset

Gets/Sets the file access permissions.

The default permissions are set to UdfPermissions.Read.

See Also
PrimoSoftware.Burner.UdfPermissions