PathSelectionListDeleteEntry(Int32, Boolean) Method |
Deletes an entry at the passed position with recalculating size and filecount, when CalculateSizeAndCount is true.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 Int32
- Index, which list entry should be deleted.
- pCalculateSizeAndCount Boolean
- Can be used to prevent the recalculating size and filecount
See Also