EffectiveRightsType.CreateHierarchy Property

Definition

The CreateHierarchy property gets or sets a Boolean value that indicates whether a client can create a hierarchy table.

public:
 property bool CreateHierarchy { bool get(); void set(bool value); };
public bool CreateHierarchy { get; set; }
Public Property CreateHierarchy As Boolean

Property Value

The CreateHierarchy property returns true if the client can create a hierarchy table; otherwise, the property returns false.

Remarks

The CreateHierarchy property is only used on folder objects.

Applies to