Interface INoteModel
Note on anything - such as a site, page, entity, etc.
[InternalApi_DoNotUse_MayChangeWithoutNotice("WIP v21.02")]
public interface INoteModel : IModelFromEntity, IModelFromData
Remarks
History
- Introduced in v21.02
Properties
Created
The note creation date/time.
DateTime Created { get; }
Property Value
Guid
The note GUID.
Guid Guid { get; }
Property Value
Id
The note ID.
int Id { get; }
Property Value
Modified
The note modification date/time.
DateTime Modified { get; }
Property Value
Note
The note.
string? Note { get; }
Property Value
NoteType
string? NoteType { get; }