Show / Hide Table of Contents

Class SearchDocumentToDelete

Inheritance
object
SearchDocumentToDelete
SearchDocument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke.dll
Syntax
public class SearchDocumentToDelete

Constructors

SearchDocumentToDelete()

Declaration
public SearchDocumentToDelete()

Properties

AuthorUserId

Declaration
public int AuthorUserId { get; set; }
Property Value
Type Description
int

CultureCode

Declaration
public string CultureCode { get; set; }
Property Value
Type Description
string

Keywords

Declaration
public IDictionary<string, string> Keywords { get; set; }
Property Value
Type Description
IDictionary<string, string>

ModuleDefId

Declaration
public int ModuleDefId { get; set; }
Property Value
Type Description
int

ModuleId

Declaration
public int ModuleId { get; set; }
Property Value
Type Description
int

NumericKeys

Declaration
public IDictionary<string, int> NumericKeys { get; set; }
Property Value
Type Description
IDictionary<string, int>

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

QueryString

Declaration
public string QueryString { get; set; }
Property Value
Type Description
string

RoleId

Declaration
public int RoleId { get; set; }
Property Value
Type Description
int

SearchTypeId

Declaration
public int SearchTypeId { get; set; }
Property Value
Type Description
int

TabId

Declaration
public int TabId { get; set; }
Property Value
Type Description
int

UniqueKey

Declaration
public string UniqueKey { get; set; }
Property Value
Type Description
string

Methods

ToJsonString()

Declaration
public string ToJsonString()
Returns
Type Description
string

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS