SolutionDetails ComplexType
Provides detailed information about a solution.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
HasPendingUpgrade | Edm.Boolean |
For internal use only. |
IsManaged | Edm.Boolean |
True is the solution was previously managed; otherwise false. |
IsPatchSolution | Edm.Boolean |
True if the solution is managed; otherwise false. |
IsPrerequisitesExport | Edm.Boolean |
For internal use only. |
PreviousIsManaged | Edm.Boolean |
Results of the validation pass on the staged solution. |
PreviousPatchSolutionsNames | Collection( Edm.String ) |
A collection of previous names for the solution patch. |
PreviousPublisherFriendlyName | Edm.String |
The previous user-friendly name of the solution publisher. |
PreviousPublisherUniqueName | Edm.String |
The previous unique name of the solution publisher. |
PreviousSolutionFriendlyName | Edm.String |
The solution's previous user-friendly name. |
PreviousSolutionUniqueName | Edm.String |
The solution's previous unique name. |
PreviousSolutionVersion | Edm.String |
The previous solution version. |
PublisherFriendlyName | Edm.String |
User-friendly display name for the publisher. |
PublisherUniqueName | Edm.String |
Publisher name that is unique in the target environment. |
SolutionDescription | Edm.String |
Description of the solution. |
SolutionFriendlyName | Edm.String |
User-friendly display name for the solution. |
SolutionUniqueName | Edm.String |
Solution name that is unique in the target environment. |
SolutionVersion | Edm.String |
The solution version. |
Used by
The following use the SolutionDetails ComplexType.
Name | How used |
---|---|
StageSolutionResults | SolutionDetails Property |