UserSiteInfoProviderGetUserSiteInfoInternal Method |
Returns the UserSiteInfo structure for the specified userSite.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax protected virtual UserSiteInfo GetUserSiteInfoInternal(
int userId,
int siteId
)
Parameters
- userId
- Type: SystemInt32
UserID - siteId
- Type: SystemInt32
SiteID
Return Value
Type:
UserSiteInfoSee Also