EffectiveRightsType.CreateAssociated Property

Definition

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

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

Property Value

The CreateAssociated property returns true if the client can create an associated contents table for a folder; otherwise, the property returns false.

Remarks

The CreateAssociated property is only used on folder objects.

Applies to