WebPartPersonalization.UserCapabilities Property

Definition

Gets the set of user capabilities from WebPartUserCapability granted to the current user.

protected:
 virtual property System::Collections::IDictionary ^ UserCapabilities { System::Collections::IDictionary ^ get(); };
protected virtual System.Collections.IDictionary UserCapabilities { get; }
member this.UserCapabilities : System.Collections.IDictionary
Protected Overridable ReadOnly Property UserCapabilities As IDictionary

Property Value

An IDictionary containing the set of user capabilities granted to the current user, or an empty HybridDictionary if the user is anonymous.

Remarks

Currently the WebPartUserCapability class contains two values indicating a user's capabilities: modifyState and enterSharedScope. For ease of use, the capabilities contained within the dictionary can be checked with the helper properties IsModifiable and CanEnterSharedScope. Note the restrictions on changing capabilities after either of these properties have been accessed; for details, see the description section of each property.

Applies to

See also