MinimalPerson members

This object, member, or enumeration is deprecated and is not intended to be used in your code.  SharePoint 2013 includes the following APIs for working with feeds: .NET client, JavaScript, REST, and server. See Work with social feeds in SharePoint 2013 to choose the API for your specific feed-related programming tasks.  

Contains the minimum amount of information required to create a SyndicationPerson object.

The MinimalPerson type exposes the following members.

Constructors

  Name Description
Public method MinimalPerson Creates a MinimalPerson object from the specified UserProfile object.

Top

Properties

  Name Description
Public property AccountName Gets a string value representing the account name of this MinimalPerson object.
Public property ColleagueRecordId Gets an identifier for the list of people who will choose to consume the published events of this MinimalPerson object.
Public property Email Gets a string representing the e-mail address of this MinimalPerson object.
Public property ItemSecurity Gets a value indicating the security level of the published events of this MinimalPerson object.
Public property PartitionId Gets a value that identifies the data partition for this MinimalPerson object.
Public property PictureUri Gets or sets a URL pointing to a picture for this MinimalPerson object.
Public property PreferredName Gets a string value representing the preferred name of this MinimalPerson.
Public property RecordId Gets a record identifier for this MinimalPerson object.

Top

Methods

  Name Description
Public method CreateEntity Converts this MinimalPerson into an Entity.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

MinimalPerson class

Microsoft.Office.Server.ActivityFeed namespace