IDocument ApiIs File Existed Method
Check a document is existed.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
A flag to indicate the document is exists or not.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool IsFileExisted(
DocumentInfo document
)Parameters
- document DocumentInfo
- The document information.
Return Value
BooleanA flag to indicate the document is exists or not.