PathSelectionListDeleteEntry Method (Int32, Boolean) |
Deletes an entry at the passed position with recalculating size and filecount, when CalculateSizeAndCount is true.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void DeleteEntry(
int pIndex,
bool pCalculateSizeAndCount
)
Protected Sub DeleteEntry (
pIndex As Integer,
pCalculateSizeAndCount As Boolean
)
protected:
void DeleteEntry(
int pIndex,
bool pCalculateSizeAndCount
)
member DeleteEntry :
pIndex : int *
pCalculateSizeAndCount : bool -> unit
Parameters
- pIndex
- Type: SystemInt32
Index, which list entry should be deleted. - pCalculateSizeAndCount
- Type: SystemBoolean
Can be used to prevent the recalculating size and filecount
See Also