C# 클래스 Sitecore.SharedSource.Commons.Utilities.UserUtil

Methods for dealing with Sitecore Membership users
파일 보기 프로젝트 열기: Velir/Sitecore-Commons

공개 메소드들

메소드 설명
LoginUser ( string userName, string userPassword, string domain ) : bool

Logs in the user to the specified domain.

메소드 상세

LoginUser() 공개 정적인 메소드

Logs in the user to the specified domain.
public static LoginUser ( string userName, string userPassword, string domain ) : bool
userName string Name of the user.
userPassword string The user password.
domain string The domain to log the user into
리턴 bool