Generates an unique temporary file name for the private cache.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
Type: System..String
An extension to append to the generated file name.Note, this method does not create a file with generated name. It just returns a name of the file 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.