ViewerManagerAddNotifications Method

Adds viewer notifications to queue

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Adds viewer notifications to queue")]
public void AddNotifications(
	int documentVersionId,
	List<ViewerNotificationDefinition> definitions
)

Parameters

documentVersionId  Int32
 
definitions  ListViewerNotificationDefinition
 

See Also