Class SearchContent
public class SearchContent
- Inheritance
-
objectSearchContent
- 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
- string
Body
public string Body { get; set; }
Property Value
- string
ContentModifiedBy
public string ContentModifiedBy { get; set; }
Property Value
- string
ContentModifiedOn
public DateTime ContentModifiedOn { get; set; }
Property Value
- DateTime
Count
[NotMapped]
public int Count { get; set; }
Property Value
- int
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
- DateTime
Description
public string Description { get; set; }
Property Value
- string
EntityId
public string EntityId { get; set; }
Property Value
- string
EntityName
public string EntityName { get; set; }
Property Value
- string
IsDeleted
[NotMapped]
public bool IsDeleted { get; set; }
Property Value
- bool
Permissions
public string Permissions { get; set; }
Property Value
- string
SearchContentId
public int SearchContentId { get; set; }
Property Value
- int
SearchContentProperties
public List<SearchContentProperty> SearchContentProperties { get; set; }
Property Value
- List<SearchContentProperty>
SiteId
public int SiteId { get; set; }
Property Value
- int
TenantId
[NotMapped]
public int TenantId { get; set; }
Property Value
- int
Title
public string Title { get; set; }
Property Value
- string
UniqueKey
[NotMapped]
public string UniqueKey { get; }
Property Value
- string
Url
public string Url { get; set; }
Property Value
- string
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.