Click or drag to resize
AbstractStorageProviderGetFullPath Method
Converts the external mapped path to the internal path of the provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetFullPath(
	string path
)

Parameters

path
Type: SystemString
Path to convert

Return Value

Type: String
See Also