SPSolutionValidationProperties members
Provides the properties of a solution package to the solution validators for validation and retrieves the validation result from the solution validators.
The SPSolutionValidationProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
Files | The files contained within the solution package. | |
Id | The hash of the solution package. | |
Name | The file name of the solution package. | |
PackageFile | The solution package file. | |
Site | The site of the solution. | |
SolutionId | The solution ID of the solution package. | |
Valid | Gets or sets a Boolean value that indicates the validity of the solution. | |
ValidationErrorMessage | Gets or sets an error message that explains why the solution is invalid. | |
ValidationErrorUrl | A URL to redirect to when the solution is invalid. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top