summaryM:DotNetNuke.Entities.Users.UserController.CacheKey(System.Int32,System.String)
Namespace: DotNetNuke.Entities.UsersAssembly: 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 static string CacheKey( 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 Shared Function CacheKey ( portalId As Integer, username As String ) As String |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.CacheKey(System.Int32,System.String)
- username
- Type: System..::..String
paramusernameM:DotNetNuke.Entities.Users.UserController.CacheKey(System.Int32,System.String)