This topic has not yet been rated - Rate this topic

TempFileCollection Properties

The TempFileCollection type exposes the following members.

  NameDescription
Public property BasePath Gets the full path to the base file name, without a file name extension, on the temporary directory path, that is used to generate temporary file names for the collection.
Public property Count Gets the number of files in the collection.
Public property KeepFiles Gets or sets a value indicating whether to keep the files, by default, when the Delete method is called or the collection is disposed.
Public property TempDir Gets the temporary directory to store the temporary files in.
Top
  NameDescription
Explicit interface implemetation Private property ICollection.Count Infrastructure. Gets the number of elements contained in the collection.
Explicit interface implemetation Private property ICollection.IsSynchronized Infrastructure. Gets a value indicating whether access to the collection is synchronized (thread safe).
Explicit interface implemetation Private property ICollection.SyncRoot Infrastructure. Gets an object that can be used to synchronize access to the collection.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.