Click or drag to resize
ElementSectionCollectionRename Method

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public void Rename(
	string sectionName,
	string newName
)

Parameters

sectionName
Type: SystemString
newName
Type: SystemString
See Also