Class DynamicFieldExtensions
- Namespace
- Dynamicweb.CoreUI.Data.DynamicFields
- Assembly
- Dynamicweb.CoreUI.dll
public static class DynamicFieldExtensions
- Inheritance
-
DynamicFieldExtensions
- Inherited Members
Methods
GetOwnGroups(FieldEditorProviderBase)
public static IEnumerable<FieldGroup> GetOwnGroups(this FieldEditorProviderBase fieldEditorProvider)
Parameters
fieldEditorProvider
FieldEditorProviderBase
Returns
Render(FieldGroup, string?)
public static Group? Render(this FieldGroup fieldGroup, string? groupPrefix)
Parameters
fieldGroup
FieldGroupgroupPrefix
string
Returns
Render(FieldGroupCollection, string?)
public static IEnumerable<Group> Render(this FieldGroupCollection collection, string? groupPrefix)
Parameters
collection
FieldGroupCollectiongroupPrefix
string