C# Class Engage.Dnn.Publish.Forum.ActiveForumsProvider

Inheritance: ForumProvider
Afficher le fichier Open project: EngageSoftware/Engage-Publish

Méthodes publiques

Méthode Description
ActiveForumsProvider ( int portalId ) : System
AddComment ( int forumId, int authorUserId, string title, string description, string linkUrl, string commentText, int commentUserId, string commentUserIpAddress ) : int
GetForums ( ) : string>.Dictionary
GetThreadUrl ( int threadId ) : string

Method Details

ActiveForumsProvider() public méthode

public ActiveForumsProvider ( int portalId ) : System
portalId int
Résultat System

AddComment() public méthode

public AddComment ( int forumId, int authorUserId, string title, string description, string linkUrl, string commentText, int commentUserId, string commentUserIpAddress ) : int
forumId int
authorUserId int
title string
description string
linkUrl string
commentText string
commentUserId int
commentUserIpAddress string
Résultat int

GetForums() public méthode

public GetForums ( ) : string>.Dictionary
Résultat string>.Dictionary

GetThreadUrl() public méthode

public GetThreadUrl ( int threadId ) : string
threadId int
Résultat string