Edit

Share via


SmartArtNode.Demote Method

Definition

Demotes the current node a single level within the data model.

public:
 void Demote();
public void Demote ();
abstract member Demote : unit -> unit
Public Sub Demote ()

Remarks

This functionality mimics the Demote button in the Microsoft Office Fluent Ribbon UI when working within the content pane. For example, given the following data model:

if B is demoted, the resulting data model looks like the following:

Applies to