<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

MotdRequest

public class MotdRequest
Message of the Day Reference.
public bool AllowDismiss { get; set; }

Gets or sets a value indicating whether Message of the Day is allowed to be dismissed or not.

public bool Enabled { get; set; }

Gets or sets a value indicating whether Message of the Day is enabled or not.

public string Message { get; set; }

Gets or sets a message that will be displayed to users upon login.

public MotdRequest(MotdResponse response)

Initializes a new instance of the MotdRequest class. Converts a MotdResponse to a new instance of a MotdRequest.

public MotdRequest()

Initializes a new instance of the MotdRequest class. Initializes an instance of the MotdRequest class with all properties set to their default values.

public static MotdRequest op_Implicit(MotdResponse response)

Implicitly converts a MotdResponse to a new instance of a MotdRequest.