EffectiveRightsType.CreateHierarchy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.