UserInfoProviderGetUserSites Method |
Returns the table of the user sites.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static ObjectQuery<SiteInfo> GetUserSites(
int userId
)
Parameters
- userId
- Type: SystemInt32
User ID for site table
Return Value
Type:
ObjectQuerySiteInfoSee Also