Class SearchStopWords
Inheritance
System.Object
SearchStopWords
Assembly: DotNetNuke.dll
Syntax
public class SearchStopWords : object
Properties
|
Improve this Doc
View Source
CreatedByUserId
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedByUserId
Declaration
public int LastModifiedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LastModifiedOnDate
Declaration
public DateTime LastModifiedOnDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StopWords
Declaration
public string StopWords { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StopWordsId
Declaration
public int StopWordsId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods