Adding the photo in WSP Active Directory users. part 1
This commit is contained in:
parent
2d1d464c43
commit
642890f4dc
5 changed files with 136 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
using System.Collections.Generic;
|
||||
using WebsitePanel.Providers.Common;
|
||||
using WebsitePanel.Providers.ResultObjects;
|
||||
|
||||
namespace WebsitePanel.Providers.HostedSolution
|
||||
{
|
||||
|
@ -151,5 +152,9 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
ResultObject RemoveRetentionPolicyTag(string Identity);
|
||||
ResultObject SetRetentionPolicy(string Identity, string[] RetentionPolicyTagLinks);
|
||||
ResultObject RemoveRetentionPolicy(string Identity);
|
||||
|
||||
// Picture
|
||||
ResultObject SetPicture(string accountName, byte[] picture);
|
||||
BytesResult GetPicture(string accountName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue