ShellBrowser .Net Edition
CalculateAndUpdateSize Method (p_Path, p_Subtract)
NamespacesJam.ShellBaseSelectionListCalculateAndUpdateSize(String, Boolean)
Calculates the count and size for the given folder and updates the properties.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract void CalculateAndUpdateSize(
	string p_Path,
	bool p_Subtract
)
Protected MustOverride Sub CalculateAndUpdateSize ( _
	p_Path As String, _
	p_Subtract As Boolean _
)
protected:
virtual void CalculateAndUpdateSize(
	String^ p_Path, 
	bool p_Subtract
) abstract
Parameters
p_Path (String)
Path for that the size should be determined.
p_Subtract (Boolean)
true, if count and size should be subtracted from the current data.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)