BaseSelectionListCalculateAndUpdateSize 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
Syntaxprotected 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
abstract CalculateAndUpdateSize :
p_Path : string *
p_Subtract : bool -> unit
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