View Source
Class HealthCheckNotificationMethodCollection
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class HealthCheckNotificationMethodCollection : BuilderCollectionBase<IHealthCheckNotificationMethod>, IBuilderCollection<IHealthCheckNotificationMethod>, IEnumerable<IHealthCheckNotificationMethod>, IEnumerable
Constructors
View Source
HealthCheckNotificationMethodCollection(IEnumerable<IHealthCheckNotificationMethod>)
Declaration
public HealthCheckNotificationMethodCollection(IEnumerable<IHealthCheckNotificationMethod> items)
Parameters