Class SynonymsGroup
Inheritance
System.Object
SynonymsGroup
Assembly: DotNetNuke.dll
Syntax
public class SynonymsGroup : 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
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
SynonymsGroupId
Declaration
public int SynonymsGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string SynonymsTags { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods