ProfileRetrieveFileNames Method (String)
             | 
          
        
         
            Retrieves the names of the files which are stored on the device.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic string[] RetrieveFileNames(
	string[] extensions
)
Public Function RetrieveFileNames ( 
	extensions As String()
) As String()
public:
virtual array<String^>^ RetrieveFileNames(
	array<String^>^ extensions
) sealed
Parameters
- extensions
 - Type: SystemString
The extensions to filter on. 
Return Value
Type: 
StringList of file names.
Implements
FileUtilRetrieveFileNames(String)
Remarks
            This method only returns files which have one of the extensions in extensions.
            
See Also