Click or drag to resize

PathSelectionListCalculateAndUpdateSize Method

Calculates the count and size for the given folder and updates the properties.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected override void CalculateAndUpdateSize(
	string p_Path,
	bool p_Subtract
)

Parameters

p_Path
Type: SystemString
Path for that the size should be determined.
p_Subtract
Type: SystemBoolean
true, if count and size should be subtracted from the current data.
See Also