Click or drag to resize
IUserSiteInfoProviderGet Method (Int32, Int32)
Gets an instance of the UserSiteInfo binding structure.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
UserSiteInfo Get(
	int userId,
	int siteId
)

Parameters

userId
Type: SystemInt32
User ID.
siteId
Type: SystemInt32
Site ID.

Return Value

Type: UserSiteInfo
Returns an instance of UserSiteInfo corresponding to given identifiers or null.
See Also