Redigera

Dela via


SyndicationItemProperty Enum

Definition

Enumeration type used to identify the syndication item element.

public enum class SyndicationItemProperty
public enum SyndicationItemProperty
type SyndicationItemProperty = 
Public Enum SyndicationItemProperty
Inheritance
SyndicationItemProperty

Fields

CustomProperty 0

Custom property element.

AuthorEmail 1

Author email element.

AuthorName 2

Author name element.

AuthorUri 3

Author URI element.

ContributorEmail 4

Contributor email element.

ContributorName 5

Contributor name element.

ContributorUri 6

Contributor URI element.

Updated 7

Updated element.

Published 8

Published resource element.

Rights 9

Rights protected resource element.

Summary 10

Summary element.

Title 11

Title element.

Remarks

The values of this enumeration are used when defining custom feeds for WCF Data Services.

Applies to

See also