This function gets the StreamInfo for a given directory.

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

Syntax

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

Parameters

stream
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 directories inside the directory.

See Also