Click or drag to resize

PropertyDescriptionGetSortDescriptionLabel Method

Gets the sort description label.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetSortDescriptionLabel(
	bool descending
)

Parameters

descending
Type: SystemBoolean
if set to true gets the label for descending sort.

Return Value

Type: String
A string.
See Also