Click or drag to resize

ItemFileAttributes Property

Gets the file attributes.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public FileAttributes? FileAttributes { get; }

Property Value

Type: NullableFileAttributes
The file attributes.
See Also