Aurigma Image Uploader 6.5 Dual
ImageUploader..::.PasteFileNameTemplate Property
File name template for files pasted from clipboard.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property PasteFileNameTemplate As String
C#
public string PasteFileNameTemplate { get; set; }
Property Value
A string value that specifies a file name template for files pasted from clipboard. It can contain any characters allowed for file names and use the following placeholders:
| Placeholder | Description |
|---|---|
| [Date] | Current date (i.e. when the file was pasted from clipboard). |
| [Time] | Current time (i.e. when the file was pasted from clipboard). |
Default value is "Paste_[Date]_[Time]".
Remarks
This property corresponds to PasteFileNameTemplate client-side property.