[]
Gets a value representing the original name of the section before it was renamed.
public string OldSectionName { get; }
Type | Description |
---|---|
string | A string representing the old name of the section involved in the layout change. This is particularly relevant in scenarios where sections are being renamed. |
Accessing the OldSectionName allows for tracking of section name changes within the layout, facilitating updates to related references or documentation.