NotificationMessageHelperSetNotificationLetterPauseData Method |
Namespace: SxcUtilsLib
public void SetNotificationLetterPauseData( string NotificationLettersGroupId, string NotificationLettersGroupName, string letterPauseCount, string letterTotalCount )
Public Sub SetNotificationLetterPauseData ( NotificationLettersGroupId As String, NotificationLettersGroupName As String, letterPauseCount As String, letterTotalCount As String )
public: void SetNotificationLetterPauseData( String^ NotificationLettersGroupId, String^ NotificationLettersGroupName, String^ letterPauseCount, String^ letterTotalCount )
member SetNotificationLetterPauseData : NotificationLettersGroupId : string * NotificationLettersGroupName : string * letterPauseCount : string * letterTotalCount : string -> unit