- IFileEntity
If you have suggestions for improving this article, let us know!
Defines a typed entity of type M.File.
[TypedEntityDefinitionConstraintAttribute] public interface IFileEntity : ITypedEntity, IEntity, IResource, IDirtyTracking
Gets or sets the file name.
string FileName { get; set; }
| Type | Description |
|---|---|
| string |