Class SearchContent
public class SearchContent
- Inheritance
-
SearchContent
- Derived
Constructors
SearchContent()
public SearchContent()
SearchContent(int, string, string, string, string, string, string, string, string, DateTime, bool)
public SearchContent(int siteId, string entityName, string entityId, string title, string description, string body, string url, string permissions, string contentModifiedBy, DateTime contentModifiedOn, bool isDeleted)
Parameters
siteId
intentityName
stringentityId
stringtitle
stringdescription
stringbody
stringurl
stringpermissions
stringcontentModifiedBy
stringcontentModifiedOn
DateTimeisDeleted
bool
Properties
AdditionalContent
public string AdditionalContent { get; set; }
Property Value
Body
public string Body { get; set; }
Property Value
ContentModifiedBy
public string ContentModifiedBy { get; set; }
Property Value
ContentModifiedOn
public DateTime ContentModifiedOn { get; set; }
Property Value
Count
[NotMapped]
public int Count { get; set; }
Property Value
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
EntityId
public string EntityId { get; set; }
Property Value
EntityName
public string EntityName { get; set; }
Property Value
IsDeleted
[NotMapped]
public bool IsDeleted { get; set; }
Property Value
Permissions
public string Permissions { get; set; }
Property Value
SearchContentId
public int SearchContentId { get; set; }
Property Value
SearchContentProperties
public List<SearchContentProperty> SearchContentProperties { get; set; }
Property Value
SiteId
public int SiteId { get; set; }
Property Value
TenantId
[NotMapped]
public int TenantId { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
UniqueKey
[NotMapped]
public string UniqueKey { get; }
Property Value
Url
public string Url { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.