Class SearchDocument
Inheritance
SearchDocument
Assembly: DotNetNuke.dll
Syntax
public class SearchDocument : SearchDocumentToDelete
Constructors
SearchDocument()
Declaration
Properties
Body
Declaration
public string Body { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
ModifiedTimeUtc
Declaration
public DateTime ModifiedTimeUtc { get; set; }
Property Value
Permissions
Declaration
public string Permissions { get; set; }
Property Value
Declaration
public IEnumerable<string> Tags { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods