SolutionParameters ComplexType

Additional solution parameters.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
DeployMissingPackagesBeforeSolutionImport Edm.Boolean

Whether deploy missing packages before solution import is enabled.

SolutionComponentOptions Collection(SolutionComponentOption)

For internal use only.

StageSolutionUploadId Edm.Guid

The unique identifier (ID) of the solution uploaded during the StageSolution call.

Navigation properties

The navigation properties of a complex type contain references to an entity type or a collection of entity types.

Name Type Nullable Description
PackageHistoryReference crmbaseentity False The related package history reference record.

Used by

The following use the SolutionParameters ComplexType.

Name How used
ImportSolution SolutionParameters Parameter
ImportSolutionAsync SolutionParameters Parameter
StageAndUpgrade SolutionParameters Parameter
StageAndUpgradeAsync SolutionParameters Parameter

See also