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; } | Entity ID |
| Format { get; set; } | File name format |
| OriginalName { get; set; } | The original name of the file |
| PostFormat { get; set; } | A call back that will be executed after formatting |
See Also
- Source: FormatFilenameOptions.cs