Click or drag to resize
RESTSecurityInvokerAuthenticateUser Method (String)

Note: This API is now obsolete.

Authenticates the user according to authentication type setting.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use GetUserName() instead.")]
public static string AuthenticateUser(
	string siteName
)

Parameters

siteName
Type: SystemString

Return Value

Type: String
See Also