Babelfish Help Documentation
C#
For Babelfish Release 1.12.3.10
Show/Hide TOC
Get
Score
History
Abstract
Request
Query
Parameters Property
Returns a dictionary of name value pairs. Where the keys in the dictionary are the names And the value is a list of parameter values. The values are unescaped.
Definition
Namespace:
Scopos.BabelFish.Requests.ScoreHistoryAPI
Assembly:
BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
Copy
public
override
Dictionary
<
string
,
List
<
string
>>
QueryParameters
{
get
; }
Property Value
Dictionary
String
,
List
String
Exceptions
GetScoreHistoryRequestException
Thrown if call WithAuthentication=false and no UserIds set.
See Also
Reference
GetScoreHistoryAbstractRequest Class
Scopos.BabelFish.Requests.ScoreHistoryAPI Namespace
In This Article
Definition
Exceptions
See Also