Click or drag to resize
DigitalRuneStorageContentManager Constructor (IServiceProvider, IStorage, String)
Initializes a new instance of the StorageContentManager class.

Namespace: DigitalRune.Storages
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public StorageContentManager(
	IServiceProvider serviceProvider,
	IStorage storage,
	string rootDirectory
)

Parameters

serviceProvider
Type: SystemIServiceProvider
The service provider the should use to locate services.
storage
Type: DigitalRune.StoragesIStorage
The storage that provides the content. (If this parameter is , the StorageContentManager automatically looks for the IStorage service.)
rootDirectory
Type: SystemString
The root directory to search for content. Can be .
Exceptions
ExceptionCondition
ArgumentNullExceptionserviceProvider is .
See Also