Click or drag to resize
StorageProvider Constructor (String)
Constructor - File system provider with starting path

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public StorageProvider(
	string startingPath
)

Parameters

startingPath
Type: SystemString
Starting path
See Also