Skip to main content

CreateGlobalChoiceRequest

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

Summary

Request to create a new global choice (option set) in Dataverse.

Members

Properties

Description

string Description { get; set; }

Gets or sets the description of the global choice.

DisplayName

string DisplayName { get; set; }

Gets or sets the display name of the global choice.

DryRun

bool DryRun { get; set; }

Gets or sets whether this is a dry-run (validation only, no changes persisted).

IsMultiSelect

bool IsMultiSelect { get; set; }

Gets or sets whether this is a multi-select choice.

Options

OptionDefinition[] Options { get; set; }

Gets or sets the option definitions for the global choice.

SchemaName

string SchemaName { get; set; }

Gets or sets the schema name for the global choice.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution to add the choice to.