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

Supports an array of tags one level deep (no tags within tags).

The SimpleTemplateFormat type exposes the following members.

Constructors

  Name Description
Public method SimpleTemplateFormat Creates an instance of a SimpleTemplateFormat object.

Top

Properties

  Name Description
Public property Literal Gets or sets the literal string value stored inside a correctly formatted tag.
Public property Tag Gets or sets a string value representing a correctly formatted tag.

Top

Methods

  Name Description
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 methodStatic member SimpleParse Static method that parses out and stores the tags and literal strings inside a formatted string.
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member TemplateTagBegin Specifies the string value that opens a tag ({).
Public fieldStatic member TemplateTagEnd Specifies the string value that closes a tag (}).

Top

See also

Reference

SimpleTemplateFormat class

Microsoft.Office.Server.ActivityFeed namespace