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 | |
---|---|---|
SimpleTemplateFormat | Creates an instance of a SimpleTemplateFormat object. |
Top
Properties
Name | Description | |
---|---|---|
Literal | Gets or sets the literal string value stored inside a correctly formatted tag. | |
Tag | Gets or sets a string value representing a correctly formatted tag. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SimpleParse | Static method that parses out and stores the tags and literal strings inside a formatted string. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
TemplateTagBegin | Specifies the string value that opens a tag ({). | |
TemplateTagEnd | Specifies the string value that closes a tag (}). |
Top