C# Class OfficeDevPnP.PartnerPack.SiteProvisioning.Controllers.PersonaController

Inheritance: Controller
Mostra file Open project: OfficeDev/PnP-Partner-Pack

Public Methods

Method Description
GetPhoto ( String upn, Int32 width, Int32 height ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
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

Method Details

GetPhoto() public method

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