Click or drag to resize
FacebookAccountInfoProviderCheckLicense Method

Note: This API is now obsolete.

Checks the license.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use ILicenseService service instead.")]
public static bool CheckLicense(
	ObjectActionEnum action = ObjectActionEnum.Edit,
	string domainName = null
)

Parameters

action (Optional)
Type: CMS.DataEngineObjectActionEnum
Object action
domainName (Optional)
Type: SystemString
Domain name, if not set, current domain name is used

Return Value

Type: Boolean
See Also