NotificationSubscriptionInfoProviderGetWhereCondition Method |
Returns complete WHERE condition for subscriptions which should be searched according to the given parameters.
Namespace: CMS.NotificationsAssembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax public static string GetWhereCondition(
string eventSource,
string eventCode,
int eventObjectId,
string eventData1,
string eventData2,
int siteId,
string where
)
Parameters
- eventSource
- Type: SystemString
Subscription event source - eventCode
- Type: SystemString
Subscription event code - eventObjectId
- Type: SystemInt32
Subscription event object ID - eventData1
- Type: SystemString
Subscription event data 1 - eventData2
- Type: SystemString
Subscription event data 2 - siteId
- Type: SystemInt32
ID of the site where the event belongs - where
- Type: SystemString
Additional WHERE conditoin
Return Value
Type:
StringSee Also