| FakeStorageProviderGetMappedProvider Method  | 
            Returns new instance of TestStorageProvider and maps provider to given path.
            
 
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntaxpublic 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