Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an enumeration of possible types for the display of items in an activity feed.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Enumeration ContentType
'Usage
Dim instance As ContentType
public enum ContentType
Members
Member name | Description | |
---|---|---|
PlainText | Specifies that the activity feed item should be returned as plain text, without any tagging or encoding. | |
Html | Specifies that the activity feed item should be HTML-encoded and, if necessary, tagged with the appropriate HTML tags (such as for hyperlinks and ordered lists). |