←Select platform

TemporaryDirectory Property (ServerSettings)

Summary

The location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is a null reference (Nothing in VB), the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not a null reference, the temporary files are placed in the specified directory.

Syntax

C#
VB
C++
[DisplayNameAttribute("Temporary Directory")] 
public string TemporaryDirectory {get; set;} 
<DisplayNameAttribute("Temporary Directory")> 
Public Property TemporaryDirectory As String 
[DisplayNameAttribute("Temporary Directory")] 
public: 
property String^ TemporaryDirectory { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The temporary directory.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize