Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IServerRegistration

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IServerRegistration : IServerAddress, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    Accessed

    Gets the date and time the registration was last accessed.

    Declaration
    DateTime Accessed { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    IsActive

    Gets or sets a value indicating whether the server is active.

    Declaration
    bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsSchedulingPublisher

    Gets or sets a value indicating whether the server is has the SchedulingPublisher role.

    Declaration
    bool IsSchedulingPublisher { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Registered

    Gets the date and time the registration was created.

    Declaration
    DateTime Registered { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    ServerAddress

    Declaration
    string ServerAddress { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ServerIdentity

    Gets or sets the server unique identity.

    Declaration
    string ServerIdentity { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Accessed
      • IsActive
      • IsSchedulingPublisher
      • Registered
      • ServerAddress
      • ServerIdentity
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX