Click or drag to resize

FileNameFormat Enumeration

Values that determine what the item names returned by GetShellObjectName look like.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public enum FileNameFormat
Members
  Member nameValueDescription
Auto0It depends on the Windows Explorer setting, whether extensions are displayed or not.
IncludeFileExtension1The caption always includes the file extension.
ExcludeFileExtension2The caption never includes the file extension.
See Also