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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public IStructuredField GetStructuredField(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Info field name
Return Value
Type:
IStructuredFieldSee Also