C# Class Yammer.APIWrapper.Consumer.Feed.All

Inheritance: Yammer.APIWrapper.Consumer.Feed.Base.Static
Mostra file Open project: kdavie/Yammer.NET-2.0 Class Usage Examples

Public Methods

Method Description
All ( ) : System
Load ( ) : void

Loads logged in user's All Feed

Load ( PageFlag flag, int id ) : void

Returns specified page of messages

Load ( PageFlag flag, int id, bool threaded ) : void

Returns specified page of messages in threaded mode

Load ( bool threaded ) : void

Loads logged in user's All Feed in threaded mode

Method Details

All() public method

public All ( ) : System
return System

Load() public method

Loads logged in user's All Feed
public Load ( ) : void
return void

Load() public method

Returns specified page of messages
public Load ( PageFlag flag, int id ) : void
flag PageFlag
id int
return void

Load() public method

Returns specified page of messages in threaded mode
public Load ( PageFlag flag, int id, bool threaded ) : void
flag PageFlag
id int
threaded bool
return void

Load() public method

Loads logged in user's All Feed in threaded mode
public Load ( bool threaded ) : void
threaded bool
return void