Determines whether specified URI references [Content_Types].xml.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static bool IsContentTypesXmlUri(
	this Uri uri
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function IsContentTypesXmlUri ( _
	uri As Uri _
) As Boolean
Visual C++
[ExtensionAttribute]
public:
static bool IsContentTypesXmlUri(
	Uri^ uri
)

Parameters

uri
Type: System..::..Uri
The URI.

Return Value

true if [is content types XML URI] [the specified URI]; otherwise, false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Uri. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also