IConfiguration.

SetBlobPath(string) Method

Summary

configures the path to be used to store and read Blob data.

Syntax

void SetBlobPath(string path)

Remarks

configures the path to be used to store and read Blob data.

In client-server environment this setting should be used on the server side.

Parameters

Name Type Description
path string the path to be used

Return Value

Type Description
void