Generates an unique temporary file or folder name for the private cache.
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Public Function GetPrivateTempFileName ( _ extension As String, _ isDirectory As Boolean _ ) As String
Type: System.String
An extension to append to the generated name.Type: System.Boolean
A Boolean value which specify whether to generate name for a file or folder.Note, this method does not create a file or folder with generated name. It just returns a name which is guarantied unique in the private cache folder. You should create this file manually.
To get a full physical path to the private cache, use the GetAbsolutePrivateCachePath(String) method.