Class SearchServiceController.StopWordsDto
Inheritance
SearchServiceController.StopWordsDto
Assembly: DotNetNuke.Web.dll
Syntax
public class SearchServiceController.StopWordsDto
Constructors
StopWordsDto()
Declaration
Properties
Culture
Declaration
public string Culture { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Words
Declaration
public string Words { get; set; }
Property Value
Extension Methods