SPSocialActor members
Represents a user, document, site, or tag in social feed and following activities.
The SPSocialActor type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccountName | Gets the actor's account name. Applies to users. | |
ActorType | Gets the type of actor (users, documents, sites, or tags). | |
CanFollow | Gets a Boolean value that indicates whether the SPSocialActor object can be followed. | |
ContentUri | Gets the actor's content URI. Applies to documents and sites. | |
EmailAddress | Gets the actor's email address. Applies to users. | |
FollowedContentUri | Gets the URI of the actor's list of followed content. Applies to users. | |
Id | Gets the actor's unique identifier. | |
ImageUri | Gets the actor's image URI. Applies to users, documents, and sites. | |
IsFollowed | Gets a Boolean value that returns true if the current user is following the actor; otherwise, false. | |
LibraryUri | Gets the actor's library URI. Applies to documents. | |
Name | Gets the actor's display name. | |
PersonalSiteUri | Gets the URI of the actor's personal site. Applies to users. | |
Status | Gets a code that indicates recoverable errors that occurred during the actor's retrieval. | |
StatusText | Gets the text of the actor's most recent post. Applies to users. | |
TagGuid | Gets the actor's tag GUID. Applies to tags. | |
Title | Gets the actor's title. Applies to users. | |
Uri | Gets the actor's canonical URI. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top