| CommonMethodsValidateLogin Method |
Validates the login.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static bool ValidateLogin(
FrontendControl frontendControl,
ref Object validation
)
Public Shared Function ValidateLogin (
frontendControl As FrontendControl,
ByRef validation As Object
) As Boolean
Parameters
- frontendControl
- Type: Dynamicweb.News.Common.FrontendFrontendControl
The control. - validation
- Type: SystemObject
The validation.
Return Value
Type:
BooleanSee Also