FormatFilenameOptions class
namespace: Serenity.Web assembly: Serenity.Net.Services
Options for formatting a file name
public class FormatFilenameOptions
Public Members
| name | description |
|---|---|
| FormatFilenameOptions() | The default constructor. |
| EntityId { get; set; } | Gets or sets the entity ID. |
| Format { get; set; } | Gets or sets the file name format. |
| OriginalName { get; set; } | Gets or sets the original name of the file. |
| PostFormat { get; set; } | Gets or sets a callback that will be executed after formatting. |
See Also
- Source: FormatFilenameOptions.cs