Click or drag to resize

WorkflowManagerGetWorkflowObserverGuids Method (Guid, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<Guid> GetWorkflowObserverGuids(
	Guid workflowInstanceGuid,
	Database database,
	DbTransaction transaction
)

Parameters

workflowInstanceGuid
Type: SystemGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListGuid
See Also