Click or drag to resize

IDocumentApiIsFileExisted Method

Check a document is existed.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
bool IsFileExisted(
	DocumentInfo document
)

Parameters

document
Type: Casewhere.SystemTypesDocumentInfo
The document information.

Return Value

Type: Boolean
A flag to indicate the document is exists or not.
See Also