SPContentDatabaseTestResult members
Represents a test result entry from integrity check on a content database. A content database check may result in one or more test result entries.
The SPContentDatabaseTestResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPContentDatabaseTestResult(String, Boolean, Boolean, String, String) | Initializes a new instance of the SPContentDatabaseTestResult class. |
![]() |
SPContentDatabaseTestResult(String, Boolean, Boolean, String, String, List<SPTestResultLocation>) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Category | Gets or sets the category of the test. |
![]() |
Error | Gets or sets a Boolean value that specifies whether the test result represents an error in the database. |
![]() |
Locations | locations where the result occurred. comma separated list of urls |
![]() |
Message | Gets or sets a description of the test result. |
![]() |
Remedy | Gets or sets a possible remedy to fix an issue if the test result represents an error in the database. |
![]() |
UpgradeBlocking | Gets or sets a Boolean value that specifies whether to prevent the database from being upgraded if the test result is an error. |
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