C# 클래스 OfficeDevPnP.PartnerPack.SiteProvisioning.Controllers.PersonaController

상속: Controller
파일 보기 프로젝트 열기: OfficeDev/PnP-Partner-Pack

공개 메소드들

메소드 설명
GetPhoto ( String upn, Int32 width, Int32 height ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
GetUserPhoto ( String upn ) : Stream

This method retrieves the photo of a single user from Azure AD

ScaleImage ( Image image, int maxWidth, int maxHeight ) : Image
SearchPeopleOrGroups ( String searchText, System.Boolean searchGroups ) : Task

메소드 상세

GetPhoto() 공개 메소드

public GetPhoto ( String upn, Int32 width, Int32 height ) : System.Web.Mvc.ActionResult
upn String
width System.Int32
height System.Int32
리턴 System.Web.Mvc.ActionResult