ActivityTemplateVariable 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.
Defines formatting for ActivityEvent objects, the structure that contains the standard vocabulary for mapping activity events to syndication feeds.
The ActivityTemplateVariable type exposes the following members.
Properties
Name | Description | |
---|---|---|
DateOnly | Gets or sets the DateTime object representing the publication date of a feed represented as a year, month, and day only. | |
DateOnlySpecified | Gets or sets a value indicating whether the DateOnly field of the feed is to be specified. | |
Link | Gets or sets a Link object that represents an item in a feed. | |
Link2 | Gets or sets a Link object that represents an additional link for an item in a feed. | |
List | Gets or sets a value that represents a variable-length multivalued collection of items. | |
Name | Gets or sets a value representing a name for a feed. | |
Owner | Gets or sets a value representing the entity that owns a feed. | |
PublishDate | Gets or sets a DateTime object representing the publication date for a feed. | |
Publisher | Gets or sets a value representing the entity that publishes the feed. | |
Value | Gets or sets a string value representing an ActivityEvent. |
Top
Methods
Name | Description | |
---|---|---|
DateOnlyToString | Static method that converts the DateOnly property of the specified ActivityTemplateVariable into a string. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Link2ToString | Static method that converts the Link2 property of the specified ActivityTemplateVariable into a string. | |
LinkToString | Static method that converts the Link property of the specified ActivityTemplateVariable into a string. | |
ListToString | Static method that converts the List property of the specified ActivityTemplateVariable into a string. | |
MemberwiseClone | (Inherited from Object.) | |
NameToString | Static method that converts the Name property of the specified ActivityTemplateVariable into a string. | |
OwnerToString | Static method that converts the Owner property of the specified ActivityTemplateVariable into a string. | |
PublishDateToString | Static method that converts the PublishDate property of the specified ActivityTemplateVariable into a string. | |
PublisherToString | Static method that converts the Publisher property of the specified ActivityTemplateVariable into a string. | |
SizeToString | Static method that converts the size of the list stored in the List property of the specified ActivityTemplateVariable into a string. | |
ToString | (Inherited from Object.) | |
ValueToString | Static method that converts the Value property of the specified ActivityTemplateVariable into a string. |
Top