The BaseFeed F, E, Q type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | EntryPostLink |
{get;} the link that indicates where new entries can be posted to this feed (null indicates read-only feed).
|
![]() | FormsService |
{get;} the forms service associated with the current instance.
|
![]() | Item |
{get;} the item at the specified index.
|
![]() | NextLink |
{get;} the link that provides the URI of next page in a paged feed.
|
![]() | PrevLink |
{get;} the link that provides the URI of previous page in a paged feed.
|
![]() | Self |
{get;} the current representation of self by requesting it from the associated service (using the self link).
|
![]() | SelfLink |
{get;} the self link for the current instance.
|
See Also