Windward Engine API Reference
AddFeed Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase.ResultEntry Class : AddFeed Method




entry

Glossary Item Box

Add to the feed. Will create the feed list if null (so this must be called to add the first one).

Syntax

Visual Basic (Declaration) 
Public Sub AddFeed( _
   ByVal entry As ODataUtilitiesBase.EntryList _
) 
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilitiesBase.ResultEntry
Dim entry As ODataUtilitiesBase.EntryList
 
instance.AddFeed(entry)
C# 
public void AddFeed( 
   ODataUtilitiesBase.EntryList entry
)
Managed Extensions for C++ 
public: void AddFeed( 
   ODataUtilitiesBase.EntryList* entry
) 
C++/CLI 
public:
void AddFeed( 
   ODataUtilitiesBase.EntryList^ entry
) 

Parameters

entry

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.