SyndicationTextContentKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration used to identify text content of syndication item.
public enum class SyndicationTextContentKind
public enum SyndicationTextContentKind
type SyndicationTextContentKind =
Public Enum SyndicationTextContentKind
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Plaintext | 0 | Plain text content. |
Html | 1 | HTML content. |
Xhtml | 2 | XHTML content. |
Remarks
When you specify a value of Xhtml for the TargetTextContentKind attribute, you must ensure that the property value contains properly formatted XML. The data service returns the value without performing any transformations. You must also ensure that any XML element prefixes in the returned XML have a namespace URI and prefix defined in the mapped feed.