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.
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[]
- pFileNames
- String[]
- Attributes