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