Click or drag to resize

PropertyDescriptionGetSortDescriptionLabel Method

Gets the sort description label.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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