[ROOT] / doc / DocFrag / ARCAPI.AddController.AllowFilter
| Key | Value | 
|---|---|
| Assembly | ARCAPI | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -10- | 
| Name | AllowFilter | 
| Namespace | ARCAPI | 
| Type | AddController | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | AddController | 
| MethodName | AllowFilter | 
| MethodSignature | System.Collections.Generic.List`1[ARCCore.Subscription] AllowFilter | 
Describes what data is allowed to change through a list of Subscription instances.
Not set (Null) by default, meaning that EVERYTHING may be changed
Set to 'new List<Subscription> { Subscription.Parse("-*") }' if you want to disallow editing altogether.
A typical setting could be the following list:
  '+dt/'
That is, only allowing changes to dt.
Generated 2025-10-31 17:27:02.702 UTC