Help Resources

Help Resources

 

RSS Feed

RSS Feed Overview

RSS Feed objects can be added into your administration system, configured to broadcast any specified updates. This Help Resource explains the RSS Feed object its properties and use in the XPOR back end.

RSS Feed Properties
  • RootObjectId - Number Property. This is the point from which you want the RSS feed to "pay attention" - i.e. every new item added beneath this point will potentially trigger an RSS Feed alert. Typically you will select a News Feed Folder as the RootObjectId. Then, when a new news item is added and published under the News Folder, the RSS feed will generate an update for Subscribed Users.
  • TargetTypeGuid - Guid Property. This drop down allows you to select from the entire list of object types in your system. If one of the selected object types (for example News Article) is created under the Root Object Id, then the RSS Feed will alert subscribed users by email.
  • DisplayPage - Webpage Object Property. The email that is generated to alert subscribed users of a new item having been published includes a link to a web page. This web page will be configured (see below) with selected details concerning the object that has been newly added (e.g. News Item). So, when the subscribed user receives their notification email, with its link, they click the link and visit the web page.
  • ListRecursive - Boolean Property. This check box will look for the target object type recursively beneath the RootObject.
  • PublishedFilter - Constant Set Property. This will control whether the published status of the target object type is considered before including in the feed xml. If set to yes, a target object type must be "published" before it will be included in the feed.
    • UnPublished
    • Ignore
    • Published
    • Archived
    • Published And Archived
  • CachingEnabled - Boolean Property. If enabled, the results will be cached for the duration set by the CacheExpire Property.
  • CacheExpire - Number Property. The number of minutes that the RSSFeed object will wait until it checks if a new published / target object type has been added under the RootObjectId. We recommend 60 minutes.
  • DomainName - Text Property. The URL to access the NewsFeed XML. This will be the combination of the parent domain name plus the URL set on the RSSFeed. e.g. www.website.com (taken from the website config object) /website-rss-feed (taken form the RSSFeed URLs list).
  • XODAPTitle - Text Property. The selected target object type property that will be used as the Subject Line of the news / Feed item in its notification email.
  • XODAPDescription - Text Property. The selected target object type property that will be used as the Description of the news / Feed item in its notification email.

Inherited Properties from Viewable Object:

  • WebsiteObjectId - Website Object Property. The Website that the Viewable Object is used on. This is used to generate it's full URL, using the Domain from the Website.
  • SiteMap_Enabled - Boolean Property. True will make the Object appear in Site Maps.
  • SiteMenu_Enabled - Boolean Property. True will make the Object appear in Site Menus.
  • AltMenuName - Text Property. If you require a different name to appear in Site Menus, you can set it here.
  • LoggedInAltMenuName - Text Property. If you require a different name to appear in Site Menus and the user is logged in, you can set it here.
  • FireXFlowAfterLoad - XFlow Property. The XFlow that is fired AFTER the page has finished loading.
  • FireXFlowOnLoad - XFlow Property. The XFlow that is fired on the server BEFORE the page is returned to the user.
RSS Feed Interface

RSS Feed Associations


Inherited Help Resource