SelectedItemBase.Parents Property

Gets or sets the stack of parents of the item (the top of the stack must be the innermost BlockReference).
Public Property Parents() As Stack(Of BlockReference)
This language is not supported or no code example is available.
public Stack<BlockReference> Parents {get; set;}
This language is not supported or no code example is available.

Property Value

Stack<BlockReference>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition