| SiteVariableDataCacheBuster Property |
This is preliminary documentation and is subject to change.
Note: This API is now obsolete.
Current wiki cachebuster value.
Namespace: WikiClientLibrary.Wikia.SitesAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("cacheBuster")]
[ObsoleteAttribute("cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")]
public long CacheBuster { get; init; }
<JsonPropertyNameAttribute("cacheBuster")>
<ObsoleteAttribute("cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")>
Public Property CacheBuster As Long
Get
Set
Dim instance As SiteVariableData
Dim value As Long
value = instance.CacheBuster
instance.CacheBuster = value
public:
[JsonPropertyNameAttribute(L"cacheBuster")]
[ObsoleteAttribute(L"cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")]
property long long CacheBuster {
long long get ();
void set (long long value);
}
[<JsonPropertyNameAttribute("cacheBuster")>]
[<ObsoleteAttribute("cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")>]
member CacheBuster : int64 with get, set
Property Value
Int64See Also