Gets or sets the name of the temporary file to use when adding entries to the zip file.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public string TempFileName { get; set; } |
Visual Basic |
---|
Public Property TempFileName As String Get Set |
XAML Attribute Usage |
---|
<object TempFileName="string" .../> |
Remarks
C1ZipFile creates temporary streams while adding entries to a zip file. These temporary streams can be memory-based or disk-based, depending on the size of the entry and on the setting of the MemoryThreshold property.
If a temporary file is used, C1ZipFile you can control its location by setting the TempFileName property. If you don't select a path for the temporary file, C1ZipFile will create one automatically using the GetTempFileName()()()() method.