ProfileRetrieveFileNames Method 
             | 
          
        
         
            Retrieves the names of the files which are in the profile.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic string[] RetrieveFileNames()
Public Function RetrieveFileNames As String()
public:
virtual array<String^>^ RetrieveFileNames() sealed
Return Value
Type: 
StringList of file names.
Implements
FileUtilRetrieveFileNames
See Also