| LoginHandlerGetUserElementAccess Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use GetAccessElementsForUser instead.")]
public static string GetUserElementAccess(
string strType,
string UserID,
string UserType
)
<ObsoleteAttribute("Use GetAccessElementsForUser instead.")>
Public Shared Function GetUserElementAccess (
strType As String,
UserID As String,
UserType As String
) As String
Parameters
- strType
- Type: SystemString
- UserID
- Type: SystemString
- UserType
- Type: SystemString
Return Value
Type:
StringSee Also