IDTSFtpClientConnection100.GetListing(String[], String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the listing for the client connection.
public:
void GetListing([Runtime::InteropServices::Out] cli::array <System::String ^> ^ % pFolderNames, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % pFileNames);
[System.Runtime.InteropServices.DispId(22)]
public void GetListing (out string[] pFolderNames, out string[] pFileNames);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member GetListing : String[] * String[] -> unit
Public Sub GetListing (ByRef pFolderNames As String(), ByRef pFileNames As String())
Parameters
- pFolderNames
- String[]
The folder names.
- pFileNames
- String[]
The file names.
- Attributes