Click or drag to resize
MembershipInfoProviderCheckDependencies Method

Note: This API is now obsolete.

Checks dependencies, returns true if dependent.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Method was not designed to be used in custom code and will be removed.")]
public static bool CheckDependencies(
	int membershipId
)

Parameters

membershipId
Type: SystemInt32
ID of the membership to be checked

Return Value

Type: Boolean
See Also