Click or drag to resize
SerializationSettingsIsExcludedField Method
Returns true if the given object field name is excluded from the serialization.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool IsExcludedField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Info field name

Return Value

Type: Boolean
Remarks
Method is, by the nature of the values in ExcludedFieldNames, case insensitive.
See Also