 | LocalWikiSearchListRankingType Property |
This is preliminary documentation and is subject to change.
The ranking to use in fetching the list of results.
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic SearchRankingType RankingType { get; set; }Public Property RankingType As SearchRankingType
Get
Set
Dim instance As LocalWikiSearchList
Dim value As SearchRankingType
value = instance.RankingType
instance.RankingType = value
public:
property SearchRankingType RankingType {
SearchRankingType get ();
void set (SearchRankingType value);
}member RankingType : SearchRankingType with get, set
Property Value
SearchRankingType
See Also