File name template for files pasted from clipboard.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property PasteFileNameTemplate As String
public string PasteFileNameTemplate { get; set; }
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]".