Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the possible results of a URL validation.
Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration URLValidationResult
'Usage
Dim instance As URLValidationResult
[SerializableAttribute]
public enum URLValidationResult
Members
| Member name | Description | |
|---|---|---|
| SiteCollectionOrSite | Represents a site collection or site. | |
| SiteCollection | Represents a site collection. | |
| Site | Represents a site. | |
| List | Represents a list. | |
| DocumentLibrary | Represents a document library. | |
| InvalidURL | Represents an invalid URL. | |
| AlreadyExists | Represents an existing site. | |
| NonexistentSiteCollection | Represents a nonexistent site collection. | |
| NonexistentSite | Represents a nonexistent site. | |
| PPSNotActivatedOnSiteCollection | Represents a site collection on which PerformancePoint Services in Microsoft SharePoint Server 2010 is not activated. | |
| URLZoneNotAllowed | Represents a site that does not allow a URL zone. |