SerializationSettingsIsExcludedField Method |
Returns true if the given object field name is excluded from the serialization.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool IsExcludedField(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Info field name
Return Value
Type:
BooleanRemarks See Also