VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Data Namespace / StreamDataStorage Class / StreamDataStorage Constructor(String)
Синтаксис Exceptions Требования Смотрите также
В этом разделе
StreamDataStorage Constructor(String)
В этом разделе
Initializes a new instance of the StreamDataStorage class.
Синтаксис
'Declaration

Public Function New( _
ByVal storagePath
An absolute path to the directory, where storage must store files.
As System.String _
)
public StreamDataStorage(
System.String storagePath
)

Parameters

storagePath
An absolute path to the directory, where storage must store files.
Исключения
ИсключениеОписание
Thrown if storagePath is null or empty.
Thrown if storagePath contains invalid characters.
Thrown if storagePath does not exist.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также