SPSite.ValidateDomainCompatibility Method
Include Protected Members
Include Inherited Members
Verifies that two URLs have compatible domains.
Overload List
Name | Description | |
---|---|---|
ValidateDomainCompatibility(String, String) | Verifies whether two URLs point to the same site collection, even if the domain portions of the URLs are different. | |
ValidateDomainCompatibility(SPSite, SPSite) | Verifies that two URLs have compatible domains. |
Top