ResultDocumentCollection.Contains MethodResultDocumentCollection.Contains MethodResultDocumentCollection::Contains Method

Determines whether a document with the specified URI was created by the XSL transformation.

Syntax

Public Function Contains( _
    uri As AnyUri _
) As Boolean
public bool Contains(
    AnyUri uri
)
public:
bool Contains(
    AnyUri^ uri
)
 

Parameters

uri

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

The URI of the document to find.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the result documents contain a document with the specified URI; otherwise, falseFalsefalse.