Edit

Share via


SmartArtNode.Promote Method

Definition

Promotes the current node (and all its children) a single level within the data model.

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

Remarks

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

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

Applies to