Click or drag to resize
LinkedInDataIsEmpty Property
Returns true when all of ApiKey, ApiSecret, Code are empty.

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public bool IsEmpty { get; }

Property Value

Type: Boolean

Implements

ILinkedInDataIsEmpty
See Also