EffectiveRightsType.CreateContents 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 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.