PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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.
 
IList< UdfExtentExtents [get]
 Gets the list of the UDF extents defined for the file.
 
UdfPermissions FilePermissions [get, set]
 Gets/Sets the file access permissions.
 

Detailed Description

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

Version
2.04
See also
DataFile.UdfFileProps

Property Documentation

◆ DirPermissions

UdfPermissions DirPermissions
getset

Gets/Sets the directory access permissions.

The default permissions are set to UdfPermissions.ReadExecute

See also
PrimoSoftware.Burner.UdfPermissions

◆ Extents

IList<UdfExtent> Extents
get

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

Version
2.20

◆ FilePermissions

UdfPermissions FilePermissions
getset

Gets/Sets the file access permissions.

The default permissions are set to UdfPermissions.Read.

See also
PrimoSoftware.Burner.UdfPermissions