Click or drag to resize

ISmartPostRepositoryIsReportExisting Method

Checks if report with given id exists.

Namespace: Scanjour.Workflow4.ActivityLibrary.Repository
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
bool IsReportExisting(
	string id
)

Parameters

id  String
Report ID

Return Value

Boolean
True if report exists, otherwise false
See Also