WorkflowManagerGetMyTasksCount Method (String, Boolean, Database, DbTransaction) |
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic int GetMyTasksCount(
string workflowTemplateName,
bool excludeExternalSignatures,
Database database,
DbTransaction transaction
)
Parameters
- workflowTemplateName
- Type: SystemString
- excludeExternalSignatures
- Type: SystemBoolean
- database
- Type: Database
- transaction
- Type: System.Data.CommonDbTransaction
Return Value
Type:
Int32
See Also