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

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

Public Methods

Method Description
Load ( ) : void

Loads logged in user's Sent 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 Sent Feed in threaded mode

Method Details

Load() public method

Loads logged in user's Sent 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 Sent Feed in threaded mode
public Load ( bool threaded ) : void
threaded bool
return void