 | RecentChangesGeneratorTypeFilters Property |
This is preliminary documentation and is subject to change.
Only list certain types of changes.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic RecentChangesFilterTypes TypeFilters { get; set; }Public Property TypeFilters As RecentChangesFilterTypes
Get
Set
Dim instance As RecentChangesGenerator
Dim value As RecentChangesFilterTypes
value = instance.TypeFilters
instance.TypeFilters = value
public:
property RecentChangesFilterTypes TypeFilters {
RecentChangesFilterTypes get ();
void set (RecentChangesFilterTypes value);
}member TypeFilters : RecentChangesFilterTypes with get, set
Property Value
RecentChangesFilterTypes
See Also