UrlDisplayPropertiesSnapshot Constructors
Record Constructors 1 member
A snapshot of the display properties for a url.
Constructor(string, int) Section titled Constructor(string, int) A snapshot of the display properties for a url.
public record UrlDisplayPropertiesSnapshot{ public UrlDisplayPropertiesSnapshot( string DisplayName = "", int SortOrder = 0) { // ... }}Parameters
DisplayName string optional The display name of the url. SortOrder int optional The order of the url in UI. Higher numbers are displayed first in the UI.