Knowledge Base

Snippets

Entries for 2020

23
private string GetDisplayName(int PortalId, int UserId) {     string UserDisplayName = "";     DotNetNuke.E...

[Read the rest of this article...]

DNN, DisplayName
22
public string FixTokens(string _myOriginal, string _myToken, string _myReplacement) {  try  {   string _ReturnValue = "...

[Read the rest of this article...]

C#, token replacement
19
public void GetRoles() {  DotNetNuke.Security.Roles.RoleController rc = new DotNetNuke.Security.Roles.RoleController();  var myRoles = ...

[Read the rest of this article...]

GetRoles(), DNN 9
19
The list below is a few simple functions which I've come across for generating various dates based on the current date/time (using the Now() funct...

[Read the rest of this article...]

SSRS, Date/Time Functions
Posted in: SSRS
10
https://dnnsupport.dnnsoftware.com/hc/en-us/articles/360010074593-Enabling-the-File-Upload-Function-in-CKEditor

[Read the rest of this article...]

CKEditor
Posted in: DNN, Resource Links
02
Get a list of states using the DNN Lists public void GetDropDownListStates() {  try  {   // Get State Dropdown from DNN...

[Read the rest of this article...]

ListController()
Page 2 of 2First   Previous   1  [2]  Next   Last