[]
Finds the OptionalContentGroup with the specified name. The search is case sensitive.
public OptionalContentGroup FindByName(string fieldName)
Public Function FindByName(fieldName As String) As OptionalContentGroup
| 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. |