Share via


Entity 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.

Represents a user who is the owner or publisher of a feed.

The Entity type exposes the following members.

Constructors

  Name Description
Public method Entity Creates a new instance of an Entity object.

Top

Properties

  Name Description
Public property AccountName Gets or sets the string representing the account name for this Entity object.
Public property Email Gets or sets a string representing the e-mail address for this Entityobject.
Public property Href Gets or sets a string representing a URL for this Entity object.
Public property Id Gets or sets an identifier for this Entity object.
Public property Name Gets or sets a string value representing the name of this Entity object.
Public property Picture Gets or sets a string value representing the location of a picture for this Entity object.
Public property Type Gets or sets a string value representing the type of this Entity object.

Top

Methods

  Name Description
Public method Clone Creates a new instance of this Entity object and returns it.
Public method CreateSyndicationPerson Creates a SyndicationPerson object out of this Entity object and returns it.
Public method EntityToString Returns the name of the entity as a string.
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

Fields

  Name Description
Public fieldStatic member AFTag_Picture
Public fieldStatic member AFTag_Type

Top

See also

Reference

Entity class

Microsoft.Office.Server.ActivityFeed namespace