Click or drag to resize

KnownFolderGetName Method

Gets a name.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetName(
	KNOWN_FOLDER_FLAG flags = KNOWN_FOLDER_FLAG.KF_FLAG_DEFAULT,
	SIGDN name = SIGDN.SIGDN_NORMALDISPLAY,
	bool throwOnError = true
)

Parameters

flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellKNOWN_FOLDER_FLAG
The flags.
name (Optional)
Type: callback.ShellBoost.Core.WindowsShellSIGDN
The name.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: String
A string or null.
See Also