NuGardt SoftwareSc2RanksService GetClan Method NuGardt
Returns base clan data with the Clans scores based on the bracket.

Namespace: NuGardt.SC2Ranks.API
Assembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public Exception GetClan(
	eSc2RanksRankRegion RankRegion,
	string Tag,
	out Sc2RanksGetClanResult Result,
	Nullable<eSc2RanksBracket> Bracket = null,
	bool IgnoreCache = false
)

Parameters

RankRegion
Type: NuGardt.SC2Ranks.API eSc2RanksRankRegion
The rank region the character plays in.
Tag
Type: OnlineSystem String
The tag of the clan.
Result
Type: NuGardt.SC2Ranks.API.Result Sc2RanksGetClanResult 
Contains the result. Is Nothing if no data was received and the query timed out.
Bracket (Optional)
Type: OnlineSystem Nullable eSc2RanksBracket 
The bracket to filter.
IgnoreCache (Optional)
Type: OnlineSystem Boolean
Optional. Default is False. Ignores any cached data that might be available when caching is enabled.

Return Value

Type: OnlineException
Return an System.Exception if an error occurred otherwise Nothing.
Remarks

See Also