When granting permission to an individual or a group within SharePoint 2010 picker picker is used to identify then pick the person or group. Identifying is based on the display text shown to the user in a table format. This display text may not be enough for the user to identify the person correctly. This is when the list view of the people picker could be used to distinguish the picker entities a bit more. This requires filling in additional attribute values when generating picker entity from SPClaimProvider.
Details vs List View :
Above picture show the email address field filled in during picker entity creation from SPClaims provider. This is infact very easy to do. Here is how, i will provide code snippet for both a User entity and Group entity.
For User picker entities,
private PickerEntity CreatePickerEntityFromUserProfile(UserProfile profile)
{
PickerEntity entity = CreatePickerEntity();
entity.Key = profile.PrincipalName;
entity.DisplayText = profile.Fullname;
entity.Description = profile.PrincipalName;
if (string.IsNullOrEmpty(entity.DisplayText))
{
entity.DisplayText = profile.PrincipalName;
}
entity.Description = profile.PrincipalName;
entity.EntityData[UserProfileEntityInfo.PrincipalName] = profile.PrincipalName;
entity.EntityData[UserProfileEntityInfo.Forenames] = profile.Forenames;
entity.EntityData[UserProfileEntityInfo.Surname] = profile.Surname;
entity.EntityData[UserProfileEntityInfo.PreferedName] = profile.PreferedName;
entity.EntityData[UserProfileEntityInfo.UPI] = profile.UPI;
entity.EntityData[UserProfileEntityInfo.PrimaryEmail] = profile.PrimaryEmail;
entity.EntityData[UserProfileEntityInfo.Fullname] = entity.DisplayText;
entity.Claim = SPClaimProviderManager.CreateUserClaim(profile.PrincipalName,
SPOriginalIssuerType.TrustedProvider, trustedProviderName);
entity.EntityType = OrganisationalEntityTypes.User;
entity.EntityGroupName = OrganisationalEntityTypes.PeopleGroup;
entity.IsResolved = true;
return entity;
}
For Group picker entities,
private PickerEntity CreatePickerEntityFromContextRole(ContextRole contextGroup)
{
PickerEntity entity = CreatePickerEntity();
entity.Key = contextGroup.ContextRoleName;
entity.DisplayText = contextGroup.ContextRoleName.ToLower();
entity.Description = entity.DisplayText;
entity.EntityData[ContextEntityInfo.Name] = entity.DisplayText;
entity.EntityData[ContextEntityInfo.PrimaryEmail] = contextGroup.Email;
entity.EntityData[ContextEntityInfo.DisplayName] = entity.DisplayText;
if (contextGroup.ContextTypeName == "Stream")
{
entity.EntityType = OrganisationalEntityTypes.Stream;
entity.EntityGroupName = OrganisationalEntityTypes.StreamGroupsGroup;
entity.Claim = new SPClaim(OrganisationalClaimTypes.StreamRole,
contextGroup.ContextRoleName, OrganisationalClaimTypes.StreamRoleValueType,
SPOriginalIssuers.Format(SPOriginalIssuerType.TrustedProvider, trustedProviderName));
}
else if (contextGroup.ContextTypeName == "Course")
{
entity.EntityType = OrganisationalEntityTypes.Course;
entity.EntityGroupName = OrganisationalEntityTypes.CourseGroupsGroup;
entity.Claim = new SPClaim(OrganisationalClaimTypes.CourseRole,
contextGroup.ContextRoleName, OrganisationalClaimTypes.CourseRoleValueType,
SPOriginalIssuers.Format(SPOriginalIssuerType.TrustedProvider, trustedProviderName));
}
entity.IsResolved = true;
return entity;
}
In the above code snippets, UserProfile and ContextRole are custom classes that hold information about User and Group respectively. You can probably tell this snippet is from a SPClaimProvider specialized for a university, so you don’t have to use all the attributes only the ones that apply to you organization. PeopleEditorEntityDataKeys class has the attribute names that are most often used withing SharePoint. UserProfileEntityInfo and ContextEntityInfo hold string constants specifying the additional column names.
public class UserProfileEntityInfo
{
public const string PrincipalName = "Principal Name";
public const string Forenames = "Forenames";
public const string Surname = "Surname";
public const string PreferedName = "Prefered Name";
public const string UPI = "UPI";
public static string Fullname
{
get
{
return PeopleEditorEntityDataKeys.DisplayName;
}
}
public static string PrimaryEmail
{
get
{
return PeopleEditorEntityDataKeys.Email;
}
}
}
public class ContextEntityInfo
{
public static string Name
{
get
{
return "Context Name";
}
}
public static string DisplayName
{
get
{
return PeopleEditorEntityDataKeys.DisplayName;
}
}
public static string PrimaryEmail
{
get
{
return PeopleEditorEntityDataKeys.Email;
}
}
}
There are couple of additional benefits to specifying these attributes. Apart from macking user and group identification easy, it lets any custom code which requires people picker to be able to use these additional attributes in its code in an implementation independent way, which is always a very good thing to do while designing new functionality. Second benefit is in regard to groups. I haven’t been able to create custom profiles for groups, however the only profile functionality i wanted for groups is email attribute. If we populate our picker entities during permission granting SharePoint will copy this email address and store it in the site collection. Thus If you did grant permissions to a group and someone wanted to send an email to this group, this is the email address that would be used. We use a distribution list email per group to full fill this requirement. Btw, if anyone else have another way of doing this please let me know, always keen to learn.



Trackback
by BRUCE
16 Aug 2011 at 00:46
accupril@and.muscle.pain” rel=”nofollow”>……
Buynow it zdg…
Trackback
by GERARD
16 Aug 2011 at 22:30
Get@Accupril.Online” rel=”nofollow”>..…
Buyit now irl…
Trackback
by JOHNNY
17 Aug 2011 at 14:59
Order@Generic.Accutane” rel=”nofollow”>……
Buygeneric meds svb…
Trackback
by JASON
18 Aug 2011 at 06:32
Buy@Cheap.Aciphex” rel=”nofollow”>……
Buywithout prescription ccw…
Trackback
by JOEL
18 Aug 2011 at 07:47
Buy@Discount.Aciphex” rel=”nofollow”>..…
Buyno prescription wkp…
Trackback
by JERRY
18 Aug 2011 at 12:35
Purchase@Aciphex.Online” rel=”nofollow”>……
Buydrugs without prescription vrg…
Trackback
by MARION
18 Aug 2011 at 16:07
Cheap@Aciphex.Online” rel=”nofollow”>..…
Buyno prescription gdt…
Trackback
by GLENN
18 Aug 2011 at 19:34
Buy@Aciphex.Without.Prescription” rel=”nofollow”>..…
Buyno prescription tao…
Trackback
by DALE
18 Aug 2011 at 22:02
Buy@Generic.Aciphex.Without.Prescription” rel=”nofollow”>……
Buyit now knc…
Trackback
by VINCENT
19 Aug 2011 at 22:18
Purchase@Cheap.Acomplia” rel=”nofollow”>.…
Buyit now ojb…
Trackback
by VERNON
21 Aug 2011 at 08:12
Purchase@Discount.Acomplia” rel=”nofollow”>……
Buynow ela…
Trackback
by NICHOLAS
21 Aug 2011 at 10:57
Buy@Actonel.Online” rel=”nofollow”>.…
Buygeneric pills oir…
Trackback
by DWIGHT
22 Aug 2011 at 08:08
Buy@Generic.Actonel.Without.Prescription” rel=”nofollow”>.…
Buygeneric drugs ouw…
Trackback
by RICARDO
22 Aug 2011 at 13:28
Buy@Cheap.Advair” rel=”nofollow”>.…
Buygeneric drugs hwi…
Trackback
by FRED
23 Aug 2011 at 09:40
Purchase@Advair.Online” rel=”nofollow”>..…
Buyno prescription jui…
Trackback
by MILTON
24 Aug 2011 at 11:00
Buy@Generic.Advair.25mcg50mcg.25mcg125mcg.25mcg250mcg.50mcg500mcg.50mcg100mcg.50mcg250mcg” rel=”nofollow”>..< …
Buydrugs without prescription hak…
Trackback
by NICK
24 Aug 2011 at 12:20
Buy@Generic.Advair.25mcg50mcg.25mcg125mcg.25mcg250mcg.50mcg500mcg.50mcg100mcg.50mcg250mcg” rel=”nofollow”>..< …
Buyno prescription lka…
Trackback
by MARION
24 Aug 2011 at 17:04
Cheap@Generic.Advair.25mcg50mcg.25mcg125mcg.25mcg250mcg.50mcg500mcg.50mcg100mcg.50mcg250mcg” rel=”nofollow”>…
Buygeneric drugs mby…
Trackback
by ALEXANDER
25 Aug 2011 at 01:04
Order@Aggrenox.Online” rel=”nofollow”>……
Buyit now sge…
Trackback
by FREDRICK
26 Aug 2011 at 19:28
abilify@and.gemfibrozil” rel=”nofollow”>.…
Buyno prescription…
Trackback
by HUBERT
27 Aug 2011 at 19:40
alphagan@refrigerated.buy” rel=”nofollow”>……
Buygeneric drugs…
Trackback
by MAX
27 Aug 2011 at 22:56
amantadine@hydrochloride.tablets” rel=”nofollow”>..…
Buygeneric drugs…
Trackback
by BRYAN
28 Aug 2011 at 10:29
can@you.get.acai.berries.in.the.grocery.store” rel=”nofollow”>.…
Buydrugs without prescription…
Trackback
by EDGAR
28 Aug 2011 at 20:40
acular@albinism.buy” rel=”nofollow”>..…
Buygeneric meds…
Trackback
by JULIUS
29 Aug 2011 at 05:54
..…
Buyit now…
Trackback
by RAFAEL
29 Aug 2011 at 15:08
arjuna@pills.buy” rel=”nofollow”>..…
Buygeneric meds…
Trackback
by TYLER
29 Aug 2011 at 16:28
buy@real.strong.armour” rel=”nofollow”>.…
Buydrugs without prescription…
Trackback
by ALFREDO
18 Oct 2011 at 03:38
mike divorce cancer tiffany…
Buy_generic pills…
Trackback
by MIKE
19 Oct 2011 at 05:54
viagra order uk…
Buy_generic pills…
Trackback
by PETER
19 Oct 2011 at 09:14
boulder valley asthma and allergy clinic…
Buy_no prescription…
Trackback
by DUSTIN
19 Oct 2011 at 12:34
weight loss disclaimer law…
Buy_drugs without prescription…
Trackback
by NORMAN
20 Oct 2011 at 23:10
what are the trimesters of pregnancy…
Buy_generic drugs…
Trackback
by BRADLEY
21 Oct 2011 at 23:01
percent of obese children in usa…
Buy_now it…
Trackback
by ROBERTO
25 Oct 2011 at 15:22
weight loss doctors in memphis tennessee…
Buy_generic drugs…
Trackback
by TOM
26 Oct 2011 at 03:02
is flomax good for prostatitis…
Buy_generic meds…
Trackback
by MILTON
26 Oct 2011 at 08:02
follistim increase estradiol levels…
Buy_generic drugs…
Trackback
by CHRIS
27 Oct 2011 at 10:42
cancer of spine…
Buy_without prescription…
Trackback
by JAY
27 Oct 2011 at 14:02
effexor xr 75…
Buy_generic pills…
Trackback
by GORDON
27 Oct 2011 at 19:02
herbal essence coupon discount…
Buy_now it…
Trackback
by ADAM
27 Oct 2011 at 20:42
genital erection…
Buy_now it…
Trackback
by DENNIS
27 Oct 2011 at 22:22
low fat diets history…
Buy_drugs without prescription…
Trackback
by TERRENCE
29 Oct 2011 at 02:42
stress from clinical duty…
Buy_without prescription…
Trackback
by JULIO
29 Oct 2011 at 13:35
hives rash from coming off prednisone…
Buy_generic drugs…
Trackback
by MARC
29 Oct 2011 at 15:15
saline for nebulizer…
Buy_generic pills…
Trackback
by JOEL
01 Nov 2011 at 07:19
how to get teens off drugs…
Buy_drugs without prescription…
Trackback
by BILL
01 Nov 2011 at 08:59
what is metoprolol succinate used for…
Buy_it now…
Trackback
by STEVE
01 Nov 2011 at 17:19
zocor and ms…
Buy_it now…
Trackback
by CASEY
01 Nov 2011 at 23:59
adderall then tylenol pm…
Buy_generic drugs…
Trackback
by NEIL
02 Nov 2011 at 04:59
abdominal pain lutenizing hormone…
Buy_generic drugs…
Trackback
by SHAWN
02 Nov 2011 at 14:59
ic tramadol hcl 50 mg…
Buy_generic meds…