Click or drag to resize
FakeStorageProviderGetMappedProvider Method
Returns new instance of TestStorageProvider and maps provider to given path.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public static FakeStorageProvider GetMappedProvider(
	string webAppPath = null,
	string providerPath = null
)

Parameters

webAppPath (Optional)
Type: SystemString
Web application path.
providerPath (Optional)
Type: SystemString
Path on which the provider should be mapped.

Return Value

Type: FakeStorageProvider
See Also