Table of Contents

Method HasDocument

Namespace
Alternet.Syntax.Parsers.TypeScript.CodeCompletion
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

HasDocument(string)

Indicates whether TypeScript project has document specified.

public virtual bool HasDocument(string fileName)

Parameters

fileName string

File name of the document.

Returns

bool

True if project contains given document; otherwise false.