Click or drag to resize
AbstractWorkflowManager<InfoType, StateInfoType, ActionEnumType>.LogMissingConnectionWarningInternal Method
Logs warning about missing connection

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void LogMissingConnectionWarningInternal(
	InfoType infoObj,
	UserInfo user
)

Parameters

infoObj
Type: InfoType
Info object
user
Type: CMS.Membership.UserInfo
User
See Also