SyndicationTextContentKind Enumeration

Enumeration used to identify text content of syndication item.

Namespace:  System.Data.Services.Common
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Enumeration SyndicationTextContentKind
'Usage
Dim instance As SyndicationTextContentKind
public enum SyndicationTextContentKind
public enum class SyndicationTextContentKind
type SyndicationTextContentKind
public enum SyndicationTextContentKind

Members

Member name Description
Html HTML content.
Plaintext Plain text content.
Xhtml 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.

See Also

Reference

System.Data.Services.Common Namespace