Метод | Описание | |
---|---|---|
GetEditLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
GetEditMediaLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
GetFirstPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
GetLastPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
GetMediaResourceUri ( this item ) : |
||
GetNextPageLink ( this feed ) : System.ServiceModel.Syndication.SyndicationLink | ||
GetPreviousPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
GetSelfLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
IsMediaEntry ( this item ) : bool |
public static GetEditLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
item | this | |
throwIfNotPresent | bool | |
Результат | System.ServiceModel.Syndication.SyndicationLink |
public static GetEditMediaLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
item | this | |
throwIfNotPresent | bool | |
Результат | System.ServiceModel.Syndication.SyndicationLink |
public static GetFirstPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
feed | this | |
throwIfNotPresent | bool | |
Результат | System.ServiceModel.Syndication.SyndicationLink |
public static GetLastPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
feed | this | |
throwIfNotPresent | bool | |
Результат | System.ServiceModel.Syndication.SyndicationLink |
public static GetMediaResourceUri ( this item ) : |
||
item | this | |
Результат |
public static GetNextPageLink ( this feed ) : System.ServiceModel.Syndication.SyndicationLink | ||
feed | this | |
Результат | System.ServiceModel.Syndication.SyndicationLink |
public static GetPreviousPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
feed | this | |
throwIfNotPresent | bool | |
Результат | System.ServiceModel.Syndication.SyndicationLink |
public static GetSelfLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink | ||
feed | this | |
throwIfNotPresent | bool | |
Результат | System.ServiceModel.Syndication.SyndicationLink |
public static IsMediaEntry ( this item ) : bool | ||
item | this | |
Результат | bool |