BlobManagementOptionsTempFilesRootPath Property |
Represents the root path on the filesystem, where the temporary files will be stored. System
temorary directory will be used by default.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string TempFilesRootPath { get; set; }
Public Property TempFilesRootPath As String
Get
Set
public:
virtual property String^ TempFilesRootPath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract TempFilesRootPath : string with get, set
override TempFilesRootPath : string with get, set
Property Value
Type:
StringImplements
IBlobManagementOptionsTempFilesRootPath
See Also