Click or drag to resize
ExternalLoginInfoProviderGetExternalLogins Method

Note: This API is now obsolete.

Returns a query for all the ExternalLoginInfo objects.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IExternalLoginInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ExternalLoginInfo.Provider.")]
public static ObjectQuery<ExternalLoginInfo> GetExternalLogins()

Return Value

Type: ObjectQueryExternalLoginInfo
See Also