Click or drag to resize
IPluginManagerProviderDirectoryGetDirectories Method
Returns all of the folders in the folder passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<string> DirectoryGetDirectories(
	string folder
)

Parameters

folder
Type: SystemString

Return Value

Type: IEnumerableString
See Also