Click or drag to resize
SerializationSettingsGetStructuredField Method
Gets the structured field information for the field with the given name or null if the given field is not structured.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public IStructuredField GetStructuredField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Info field name

Return Value

Type: IStructuredField
See Also