MembersWebPartDisplayType Enumeration

Displays members of a WebPartZone in a document workspace home page. Membership is displayed as a list, by using the SPList class.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Enumeration MembersWebPartDisplayType
'Usage
Dim instance As MembersWebPartDisplayType
public enum MembersWebPartDisplayType

Members

Member name Description
WebUserGroups Indicates that the member of a WebPartZone is in the collection of user objects that are explicitly assigned permissions to access the Web site.
WebMemberGroup Indicates whether this site is in a special group, based on AllProperties metadata of the site.
GroupMembership Indicates that the member of a WebPartZone is in a collection of group objects. This collection is associated with a collection of user objects that are displayed on the Web site.

Remarks

The default value is WebUserGroups.

See Also

Reference

Microsoft.SharePoint.WebPartPages Namespace

Dws

Users

Customizing List Item Forms in Windows SharePoint Services

Other Resources

Disposing Objects