GetNextEnumeratedFile Method

Returns the next file in the list of enumeration results.

Syntax

public string GetNextEnumeratedFile(long enumerationHandle);
Public Function GetNextEnumeratedFile(ByVal EnumerationHandle As Long) As String

Remarks

This method returns the Id of the next file in the list of enumeration results identified by the EnumerationHandle parameter. If there are no more files in the list, empty string is returned.

When finished with an enumeration, an application must call the CloseEnumeration method in order to release any associated resources.

.NET Standard Notes

To call this method in an asynchronous manner call GetNextEnumeratedFileAsync instead. When the method completes (or an error is encountered) the GetNextEnumeratedFileCompleted event will fire.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]