Click or drag to resize
BadgeInfoProviderGetBadgeInfoInternal Method (Int32)
Returns the BadgeInfo structure for the specified badge.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
protected BadgeInfo GetBadgeInfoInternal(
	int badgeId
)

Parameters

badgeId
Type: SystemInt32
Badge id

Return Value

Type: BadgeInfo
See Also