Click or drag to resize

ViewerManagerAddNotifications Method

Adds viewer notifications to queue

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddNotifications(
	int documentVersionId,
	List<ViewerNotificationDefinition> definitions
)

Parameters

documentVersionId
Type: SystemInt32
definitions
Type: System.Collections.GenericListViewerNotificationDefinition
See Also