C# Class Net.Pokeshot.JiveSdk.Clients.DESClient

Inheritance: JiveClient
Show file Open project: jivesoftware/JiveDotNetSDK

Private Properties

Property Type Description
getAuthorization string

Public Methods

Method Description
DESClient ( string communityUrl, NetworkCredential credentials, string clientId, string clientSecret ) : System.Net
GetActivity ( List filter = null, int count = 100, List fields = null, System.DateTime before = null, System.DateTime after = null, bool showAll = false ) : List

Private Methods

Method Description
getAuthorization ( ) : string

Gets the Authorization needed for downloading data from the DES.

Method Details

DESClient() public method

public DESClient ( string communityUrl, NetworkCredential credentials, string clientId, string clientSecret ) : System.Net
communityUrl string
credentials System.Net.NetworkCredential
clientId string
clientSecret string
return System.Net

GetActivity() public method

public GetActivity ( List filter = null, int count = 100, List fields = null, System.DateTime before = null, System.DateTime after = null, bool showAll = false ) : List
filter List
count int
fields List
before System.DateTime
after System.DateTime
showAll bool
return List