Click or drag to resize
UserSiteInfoProviderGetUserSiteInfoInternal Method

Note: This API is now obsolete.

Returns the UserSiteInfo structure for the specified userSite.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual UserSiteInfo GetUserSiteInfoInternal(
	int userId,
	int siteId
)

Parameters

userId
Type: SystemInt32
UserID
siteId
Type: SystemInt32
SiteID

Return Value

Type: UserSiteInfo
See Also