Click or drag to resize
IURLShortenerHelperEnvironmentLogWarning Method
Logs a warning if an URLshortening failed.

Namespace: CMS.SocialMarketing.URLShortening
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
void LogWarning(
	string source,
	string eventCode,
	Exception eventException,
	SiteInfoIdentifier site
)

Parameters

source
Type: SystemString
Source of the event (Content, Administration, etc.)
eventCode
Type: SystemString
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
eventException
Type: SystemException
Exception to be logged
site
Type: CMS.DataEngineSiteInfoIdentifier
Current site
See Also