SPUtility.FastUrlSubsumes method
Overload list
Name | Description | |
---|---|---|
FastUrlSubsumes(Uri, Uri) | Accepts two server- or service-relative URLs and determines if the subsumer URL is equivalent to the subsumed URL or if it refers to a directory that contains it. | |
FastUrlSubsumes(Uri, Uri, Boolean) | Accepts two server- or service-relative URLs and determines if the subsumer URL is equivalent to the subsumed URL or if it refers to a directory that contains it. |
Top