 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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