PrinterUtilPrintDirectoryLabel Method 
             | 
          
        
         
            Causes the specified printer to print a directory listing of all the files saved on the printer.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic static void PrintDirectoryLabel(
	string connectionString
)
Public Shared Sub PrintDirectoryLabel ( 
	connectionString As String
)
public:
static void PrintDirectoryLabel(
	String^ connectionString
)
Parameters
- connectionString
 - Type: SystemString
The connection string. 
Exceptions
Remarks
See Also