This function gets the StreamInfo for a given directory.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static List<StreamInfo> GetDirectoryInfo(
	string directoryName,
	bool compression
)
Visual Basic
Public Shared Function GetDirectoryInfo ( _
	directoryName As String, _
	compression As Boolean _
) As List(Of StreamInfo)
Visual C++
public:
static List<StreamInfo^>^ GetDirectoryInfo(
	String^ directoryName, 
	bool compression
)

Parameters

directoryName
Type: String
The name of the directory on the VC for which the information is required.
compression
Type: Boolean
Whether compression should be used while communicating with the VC.

Return Value

List of streamInfo objects each of which corresponds to the streams and directorigetes inside the directory.

See Also