| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
RecentChangesFilterTypesSee Also