Deletes an entry at the passed position with recalculating size and filecount, when CalculateSizeAndCount is true.

Declaration Syntax
protected void DeleteEntry(
int Index,
bool CalculateSizeAndCount
)
Protected Sub DeleteEntry ( _
Index As Integer, _
CalculateSizeAndCount As Boolean _
)
protected:
void DeleteEntry(
int Index,
bool CalculateSizeAndCount
)

Parameters
- Index (Int32)
- Index, which list entry should be deleted.
- CalculateSizeAndCount (Boolean)
- Can be used to prevent the recalculating size and filecount
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)