RSSData Property

The complete text of the RSS XML file.

Syntax

public string RSSData { get; set; }
Public Property RSSData As String

Default Value

""

Remarks

When retrieving RSS feeds through the GetFeed or HTML through the GetURL method, this property will contain the complete original text of the feed. When writing an RSS feed using the WriteFile method, the component RSSData will be generated from the existing properties.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 .NET Edition - Version 20.0 [Build 8307]