Knowledge Base

Snippets

Entries for 'DNN'

21
You can use NotificationsController.Instance.SendNotification method to send notifications. Here is an example:   public void ...

[Read the rest of this article...]

DNN, Notification Controller
25
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToStrin...

[Read the rest of this article...]

DNN, Ventrian
Posted in: VbScript
23
private string GetDisplayName(int PortalId, int UserId) {     string UserDisplayName = "";     DotNetNuke.E...

[Read the rest of this article...]

DNN, DisplayName
05
10 Reasons to use DNN for new websites
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Conte...

[Read the rest of this article...]

DNN, Open Source, DotNetNuke
Posted in: DNN
27
using DotNetNuke.Entities.Profile; string _value = GetUserProfilePropertyValue("MyCustomProfileField").ToString(); public string GetUserProf...

[Read the rest of this article...]

DNN, ProfileProperty
23
public void SetPageName(string PageName) { try { DotNetNuke.Framework.CDefault CustomPageName = (D...

[Read the rest of this article...]

DNN
Posted in: DNN, Custom Modules
Page 1 of 2First   Previous   [1]  2  Next   Last