Table of Contents

Interface INoteModel

Namespace
ToSic.Sxc.Cms.Notes
Assembly
ToSic.Sxc.Cms.dll

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

DateTime

Guid

The note GUID.

Guid Guid { get; }

Property Value

Guid

Id

The note ID.

int Id { get; }

Property Value

int

Modified

The note modification date/time.

DateTime Modified { get; }

Property Value

DateTime

Note

The note.

string? Note { get; }

Property Value

string

NoteType

string? NoteType { get; }

Property Value

string