Skip to main content
.NET 6.0+

ModelEditorGroupingHelper.SplitGroupPath Method

Name Parameters Description
SplitGroupPath(String, IModelNode, IList<String>) fullGroupsName, sourceNode, customGroupLevels Splits the specified group name into subgroups.
SplitGroupPath(String, IModelNode) fullGroupsName, sourceNode Splits the specified group name into subgroups.
SplitGroupPath(String, IList<String>) fullGroupsName, customGroupLevels Splits the specified group name into subgroups.
SplitGroupPath(String, Type, IList<String>) fullGroupsName, collectionNodeType, customGroupLevels Splits the specified group name into subgroups.
SplitGroupPath(String, Type) fullGroupsName, collectionNodeType Splits the specified group name into subgroups.
SplitGroupPath(String) fullGroupsName Splits the specified group name into subgroups.