Click or drag to resize
AbstractStorageProviderGetStorageProviderInternal Method
Gets the storage provider based on the given path.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
protected virtual AbstractStorageProvider GetStorageProviderInternal(
	string path
)

Parameters

path
Type: SystemString
Input path

Return Value

Type: AbstractStorageProvider
See Also