InternalServiceProcessEmailAlerts Method

Process all alerts with the given frequency.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Process all alerts with the given frequency.")]
public void ProcessEmailAlerts(
	AlertFrequency frequency
)

Parameters

frequency  AlertFrequency

See Also