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.