[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Use this enumeration to specify membership types.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public enum MembershipType
Visual Basic (Declaration)
Public Enumeration MembershipType
Visual C++
public enum class MembershipType

Members

Member nameDescription
SPWebAllUsers
Returns all users who are either members of the site or who have browsed to the site as authenticated members of a domain group in the site.
SPGroup
Returns groups in the site collection.
SPWebGroups
Returns groups in the SharePoint web.
CurrentUserGroups
Returns
SPWebUsers
Returns all users that have been explicitly added to the web.

See Also

JohnHolliday.Caml.Net Namespace