Show / Hide Table of Contents

Class SearchServiceController.SynonymsGroupDto

Inheritance
object
SearchServiceController.SynonymsGroupDto
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
public class SearchServiceController.SynonymsGroupDto

Constructors

SynonymsGroupDto()

Declaration
public SynonymsGroupDto()

Properties

Culture

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

Id

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

PortalId

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

Tags

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

Extension Methods

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