SerializationSettingsAdditionalFieldFilter Property |
Predicate for excluded field selection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic Func<string, bool> AdditionalFieldFilter { get; set; }
Property Value
Type:
FuncString,
Boolean
Remarks
In case the list in
ExcludedFieldNames is not sufficient and additional exclusion logic is required.
See Also