diff --git a/10/umbraco-cms/reference/management/models/serverregistration.md b/10/umbraco-cms/reference/management/models/serverregistration.md index 7a5dce7e130..bbe1b61048b 100644 --- a/10/umbraco-cms/reference/management/models/serverregistration.md +++ b/10/umbraco-cms/reference/management/models/serverregistration.md @@ -23,7 +23,7 @@ using Umbraco.Cms.Core.Models; ### new ServerRegistration(string serverAddress, string serverIdentity, DateTime registered) -Constructor for creating a new ServerRegistration object where the necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` +Constructor for creating a new ServerRegistration object. The necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` ### new ServerRegistration(int id, string serverAddress, string serverIdentity, DateTime registered, DateTime accessed, bool isActive, bool isSchedulingPublisher) diff --git a/12/umbraco-cms/reference/management/models/serverregistration.md b/12/umbraco-cms/reference/management/models/serverregistration.md index 49b8fd78af4..1a46bf04128 100644 --- a/12/umbraco-cms/reference/management/models/serverregistration.md +++ b/12/umbraco-cms/reference/management/models/serverregistration.md @@ -22,7 +22,7 @@ using Umbraco.Cms.Core.Models; ### new ServerRegistration(string serverAddress, string serverIdentity, DateTime registered) -Constructor for creating a new ServerRegistration object where the necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` +Constructor for creating a new ServerRegistration object. The necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` ### new ServerRegistration(int id, string serverAddress, string serverIdentity, DateTime registered, DateTime accessed, bool isActive, bool isSchedulingPublisher) diff --git a/13/umbraco-cms/reference/management/models/serverregistration.md b/13/umbraco-cms/reference/management/models/serverregistration.md index 49b8fd78af4..1a46bf04128 100644 --- a/13/umbraco-cms/reference/management/models/serverregistration.md +++ b/13/umbraco-cms/reference/management/models/serverregistration.md @@ -22,7 +22,7 @@ using Umbraco.Cms.Core.Models; ### new ServerRegistration(string serverAddress, string serverIdentity, DateTime registered) -Constructor for creating a new ServerRegistration object where the necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` +Constructor for creating a new ServerRegistration object. The necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` ### new ServerRegistration(int id, string serverAddress, string serverIdentity, DateTime registered, DateTime accessed, bool isActive, bool isSchedulingPublisher)