summaryM:DotNetNuke.Entities.Users.UserController.GetCacheKey(System.Int32,System.String)

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.1. This function should be replaced by String.Format(DataCache.UserCacheKey, portalId, username)")]
public string GetCacheKey(
	int portalID,
	string username
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.1. This function should be replaced by String.Format(DataCache.UserCacheKey, portalId, username)")> 
Public Function GetCacheKey ( 
	portalID As Integer,
	username As String
) As String

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Entities.Users.UserController.GetCacheKey(System.Int32,System.String)
username
Type: System..::..String
paramusernameM:DotNetNuke.Entities.Users.UserController.GetCacheKey(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Entities.Users.UserController.GetCacheKey(System.Int32,System.String)

See Also