| 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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
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
- Type: SystemInt32
 Index, which list entry should be deleted.
- pCalculateSizeAndCount
- Type: SystemBoolean
 Can be used to prevent the recalculating size and filecount
 See Also
See Also