Click or drag to resize
IDirectoryCacheProviderGetSubFoldersInFolder Method
Returns a collection of fully pathed sub-folders within the folder.

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

Parameters

folder
Type: SystemString

Return Value

Type: IEnumerableString
See Also