Represents an instance of Html Content
| C# |
public class HtmlContent : IIndexableContent
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| HtmlContent()()() | Initializes a new instance of the HtmlContent class | |
| HtmlContent(Int32) | Obsolete. Initializes a new instance of the HtmlContent class | |
| ApproveContent(Guid, Guid) | ||
| BeginDate | ||
| Body | ||
| ContentChanged | ||
| CreatedBy | ||
| CreatedDate | ||
| CreateHistory(Guid) | ||
| Delete()()() | Obsolete.
Deletes this instance.
| |
| DeleteByModule(Int32) | Obsolete. | |
| DeleteBySite(Int32) | Obsolete. | |
| EndDate | ||
| Equals(Object) | (Inherited from Object.) | |
| Excerpt | ||
| FeatureGuid | ||
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetHtmlContentByPage(Int32, Int32) | Obsolete. | |
| GetType()()() | (Inherited from Object.) | |
| ItemGuid | ||
| ItemId | ||
| LastModUserGuid | ||
| LastModUtc | ||
| MemberwiseClone()()() | (Inherited from Object.) | |
| ModuleGuid | ||
| ModuleId | ||
| MoreLink | ||
| OnContentChanged(ContentChangedEventArgs) | ||
| Save()()() | Obsolete.
Saves this instance.
| |
| SearchIndexPath |
This is not persisted to the db. It is only set and used when indexing forum threads in the search index.
Its a convenience because when we queue the task to index on a new thread we can only pass one object.
So we store extra properties here so we don't need any other objects.
| |
| SiteId |
This is not persisted to the db. It is only set and used when indexing forum threads in the search index.
Its a convenience because when we queue the task to index on a new thread we can only pass one object.
So we store extra properties here so we don't need any other objects.
| |
| SortOrder | ||
| Title | ||
| ToString()()() | (Inherited from Object.) | |
| UserGuid |
| Object | |
| HtmlContent | |