TempFilesRootPath

IBlobManagementOptions.TempFilesRootPath property

The root path where temporary files will be created. System temorary directory will be used by default. Hosting process should have permissions to create files and folders there.

public string TempFilesRootPath { get; set; }

See Also