Generates a unique filename.
Image Admin control
object.GetUniqueName(Path, Template, Extension)
Parameter | Data Type | Description |
Path | String | The name of the existing path where the filename will be generated. |
Template | String | The initial characters of the filename. Up to 4 characters can be used. |
Extension | String | The extension to be used with the generated filename. Up to 3 characters can be used. |
A string that contains a fully-qualified filename.
The filename is based on user-supplied path, template, and file extension information.