EffectiveRightsType.CreateContents Property

Definition

The CreateContents property gets or sets a Boolean value that indicates whether the client can create a contents table.

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

Property Value

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

Remarks

The CreateContents property is only used on folder objects.

Applies to