Suggestion members

Represents a single suggestion for a user.

The Suggestion type exposes the following members.

Properties

  Name Description
Public property Created Gets the DateTime representing when this suggestion was created.
Public property OwnerRecordId Gets the record identifier of the user profile at whom this suggestion is targeted.
Public property Status Gets or sets the status of this suggestion.
Public property Value Gets the value of this suggestion, typically an account name or a keyword.
Public property Weight Gets or sets the relative weighting for this suggestion.

Top

Methods

  Name Description
Public method Commit Saves all changes to the suggestion to the database.
Public method Delete Deletes this suggestion from the database.
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

Suggestion class

Microsoft.Office.Server.UserProfiles namespace