Table of Contents

Method HasDocument

Namespace
Alternet.Common.TypeScript.Compiler
Assembly
Alternet.Common.TypeScript.v9.dll

HasDocument(string)

Indicates whether document collection contains specified document.

public bool HasDocument(string fileName)

Parameters

fileName string

File name of the document.

Returns

bool

True if project contains given document; otherwise false.