Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.UrlSubsumes method

SharePoint 2013

A helper method that determines whether a URL subsumes the other and if so, returns an index

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static int UrlSubsumes(
	Uri uriSubsumed,
	Uri uriSubsumer,
	bool caseSensitive
)

Parameters

uriSubsumed
Type: System.Uri
The URL that is being subsumed.
uriSubsumer
Type: System.Uri
The URL that subsumes the other one.
caseSensitive
Type: System.Boolean

Return value

Type: System.Int32
int - the position at which the subsumer URL stops subsuming the target; -1 if it does not subsume
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.