Skip to main content

CreateChoiceResult

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

Summary

Result of a create global choice operation.

Members

Properties

MetadataId

Guid MetadataId { get; set; }

Gets or sets the metadata identifier of the created global choice.

Name

string Name { get; set; }

Gets or sets the name of the created global choice.

ValidationMessages

ValidationMessage[] ValidationMessages { get; set; }

Gets or sets the validation messages produced during the operation.

WasDryRun

bool WasDryRun { get; set; }

Gets or sets whether the operation was a dry run.