Skip to main content

ReorderOptionsRequest

  • Namespace: PPDS.Dataverse.Metadata.Authoring
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Request to reorder the option values in an option set.

Members

Properties

AttributeLogicalName

string AttributeLogicalName { get; set; }

Gets or sets the attribute logical name (for local option sets).

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the entity logical name (for local option sets).

OptionSetName

string OptionSetName { get; set; }

Gets or sets the name of the option set.

Order

int[] Order { get; set; }

Gets or sets the ordered list of option values defining the new order.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution containing the option set.