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

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

Parameters

membershipId
Type: SystemInt32
Membership ID.
userId
Type: SystemInt32
User ID.

Return Value

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