Click or drag to resize
FakeStorageProviderGetDirectoryInfo Method
Returns new instance of directory info.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public override DirectoryInfo GetDirectoryInfo(
	string path
)

Parameters

path
Type: SystemString
Path

Return Value

Type: DirectoryInfo
See Also