Determines whether specified URI references an interleaving piece.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static bool IsInterleavingPieceUri(
this Uri uri
) |
Return Value
true if [is interleaving piece 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