SPWeb.GetSubwebsForCurrentUser method
Gets the subsites beneath the current website of which the current user is a member.
Overload list
Name | Description | |
---|---|---|
GetSubwebsForCurrentUser() | Gets the subsites beneath the current site of which the current user is a member. | |
GetSubwebsForCurrentUser(Int32) | Gets the subsites beneath the current website of which the current user is a member based on the specified site definition. | |
GetSubwebsForCurrentUser(Int32, Int16) | Gets the subsites beneath the current website in which the current user is a member, based on the specified site definition and configuration. |
Top