SPWeb.GetSubwebsForCurrentUser Method
Include Protected Members
Include Inherited Members
Returns the collection of subsites beneath the current Web site of which the current user is a member.
Overload List
Name | Description | |
---|---|---|
GetSubwebsForCurrentUser() | Returns the collection of subsites beneath the current site of which the current user is a member. | |
GetSubwebsForCurrentUser(Int32) | Returns the collection of subsites beneath the current Web site of which the current user is a member based on the specified site definition. | |
GetSubwebsForCurrentUser(Int32, Int16) | Returns the collection of subsites beneath the current Web site in which the current user is a member, based on the specified site definition and configuration. |
Top