UrlDisplayPropertiesSnapshot Constructors
RecordConstructors1 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
DisplayNamestringoptionalThe display name of the url.SortOrderintoptionalThe order of the url in UI. Higher numbers are displayed first in the UI.