SerializationSettingsExcludedFieldNames Property |
List of field names that are excluded when serializing objects.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public ICollection<string> ExcludedFieldNames { get; }
Property Value
Type:
ICollectionStringRemarks
By default, the system automatically excludes the object type's IDColumn, TimeStampColumn, VersionGUIDColumn and BinaryColumn.
Remarks Collection is supposed to contain case insensitive values – when checking field name presence, preferably use
IsExcludedField(String) method.
See Also