public sealed class CustomContentDto : ICloneable<CustomContentDto>,
IModifiedStats, ICreatedStats| CustomContentDto | internal constructor for serialization. Do not use; For creating a new instance, use ModelFactory methods instead. |
| Contributors | List of contributors |
| CreatedAt | When this object was created. |
| CreatedBy | The AccountDto user who created this business object. |
| HtmlSections | Sections for html content |
| LastModifiedAt | When this object was last modified |
| LastModifiedBy | The AccountDto user that last modified this business object |
| Clone | Clones the current instance of the object. |
| IsCustomPageContentValid |
Checks whether the CustomContentDto object is properly filled in.
(Defined by ModelValidatorsExtensions) |
| IsModifiedStatsValid |
Checks whether the model is properly filled in.
(Defined by ModelValidatorsExtensions) |
| SetModifiedNow |
Change modified by stats to DateTime.UtcNow
(Defined by ModelGenericModifiers) |