DocumentManager.GetAssembleDocumentsForViewAction Method

Retrieves assembly output documents to be opened in viewer.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves assembly output documents to be opened in viewer by initiator.")]
public List<ViewerDocument> GetAssembleDocumentsForViewAction(
	int jobId
)

Parameters

jobId  Int32
 

Return Value

List<ViewerDocument>

See Also