Adding the photo in WSP Active Directory users. part 6
This commit is contained in:
parent
f65ab5d5b8
commit
bf9a36c0c6
10 changed files with 4744 additions and 3134 deletions
|
@ -779,17 +779,15 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
#region Picture
|
||||
[WebMethod]
|
||||
public ResultObject SetPicture(string accountName, byte[] picture)
|
||||
public ResultObject SetPicture(int itemId, int accountId, byte[] picture)
|
||||
{
|
||||
return null;
|
||||
// return ExchangeServerController.SetPicture(accountName, picture);
|
||||
return ExchangeServerController.SetPicture(itemId, accountId, picture);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public BytesResult GetPicture(string accountName)
|
||||
public BytesResult GetPicture(int itemId, int accountId)
|
||||
{
|
||||
return null;
|
||||
// return ExchangeServerController.GetPicture(accountName);
|
||||
return ExchangeServerController.GetPicture(itemId, accountId);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue