OpenApiWorkspace.Contains(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verify if workspace contains a document based on its URL.
public bool Contains (string location);
member this.Contains : string -> bool
Public Function Contains (location As String) As Boolean
Parameters
- location
- String
A relative or absolute URL of the file. Use file:// for folder locations.
Returns
Returns true if a matching document is found.