IDocumentApi.IsFileExisted Method
|
Check a document is existed.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbool IsFileExisted(
DocumentInfo document
)
Parameters
- document DocumentInfo
- The document information.
Return Value
BooleanA flag to indicate the document is exists or not.
See Also