|
|
Entries for December 2019
posted on December 26, 2019 14:03
public string CreatedByUserName
{
get
{
if (createdByUserName == null)
{
int portalId = PortalController.Instance.GetCurrentPortalSettings()....
[Read the rest of this article...]
DNN UserController
posted on December 24, 2019 07:30
Check if a DNN TrueFalse (bool) profile property exists and if it doesn't create a new one
USE:
CheckProfilePropertyExistsTrueFalse("DoNotM...
[Read the rest of this article...]
DNN User Profile