UpdateGlobalChoiceRequest
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Request to update an existing global choice (option set) in Dataverse.
Members
Properties
Description
string Description { get; set; }
Gets or sets the updated description.
DisplayName
string DisplayName { get; set; }
Gets or sets the updated display name.
DryRun
bool DryRun { get; set; }
Gets or sets whether this is a dry-run (validation only, no changes persisted).
Name
string Name { get; set; }
Gets or sets the name of the global choice to update.
SolutionUniqueName
string SolutionUniqueName { get; set; }
Gets or sets the unique name of the solution containing the global choice.