Click or drag to resize

WorkflowManagerGetAvailableObservers Method

Find all users that can observe a workflow for specified document. STEPS: - get members and owner of the document's cabinet - get members (+owner) of the document's folder - get members of the document's schema - invoke method GetEligibleUsers which calculates users which are eligible NOTE: if documentVersionId is less than 0 then location is not taken into consideration

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ADAMObject[] GetAvailableObservers(
	int documentVersionId
)

Parameters

documentVersionId
Type: SystemInt32

Return Value

Type: ADAMObject
See Also