C# 클래스 Sitecore.Feature.Accounts.Services.UserProfileProvider

상속: IUserProfileProvider
파일 보기 프로젝트 열기: Sitecore/Habitat 1 사용 예제들

공개 메소드들

메소드 설명
GetCustomProperties ( UserProfile userProfile ) : string>.IDictionary
SetCustomProfile ( UserProfile userProfile, string>.IDictionary properties ) : void

보호된 메소드들

메소드 설명
GetProfileTemplate ( string profileItemId ) : Template

메소드 상세

GetCustomProperties() 공개 메소드

public GetCustomProperties ( UserProfile userProfile ) : string>.IDictionary
userProfile UserProfile
리턴 string>.IDictionary

GetProfileTemplate() 보호된 메소드

protected GetProfileTemplate ( string profileItemId ) : Template
profileItemId string
리턴 Template

SetCustomProfile() 공개 메소드

public SetCustomProfile ( UserProfile userProfile, string>.IDictionary properties ) : void
userProfile UserProfile
properties string>.IDictionary
리턴 void