Show / Hide Table of Contents

Class SearchStopWords

Inheritance
object
SearchStopWords
Inherited Members
object.ToString()
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 SearchStopWords

Constructors

SearchStopWords()

Declaration
public SearchStopWords()

Properties

CreatedByUserId

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

CreatedOnDate

Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type Description
DateTime

CultureCode

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

LastModifiedByUserId

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

LastModifiedOnDate

Declaration
public DateTime LastModifiedOnDate { get; set; }
Property Value
Type Description
DateTime

PortalId

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

StopWords

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

StopWordsId

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

Extension Methods

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