[]
Finds the OptionalContentGroup with the specified name. The search is case sensitive.
public OptionalContentGroup FindByName(string fieldName)
| Type | Name | Description |
|---|---|---|
| string | fieldName | The name of the group to find. |
| Type | Description |
|---|---|
| OptionalContentGroup | The found OptionalContentGroup or null if the group was not found. |